nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

NetStatus: Implement "not in subnet" option for router query #29

Closed nskinkel closed 9 years ago

nskinkel commented 10 years ago

To satisfy path selection constraints, we cannot build a path through two routers in the same /16. Need to add an option to get_router_by_policy for this...the query interface is getting a bit complicated and there may be better ways to do this (i.e. a "RouterQuery" class or something).

nskinkel commented 9 years ago

Fixed in 636ed7e425