nskinkel / oppy

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

NetInfo cell should handle IPv6 addresses of all lengths #85

Open nskinkel opened 9 years ago

nskinkel commented 9 years ago

NetInfo cell should be able to handle IPv6 addresses with parts truncated, that is of the form fe::00, etc. This was not handled in the old cell code, so apparently it's not very pressing, but it's a bug nonetheless.