nskinkel / oppy

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

socks.py - Closing a Relay Pair #15

Closed dwtj closed 10 years ago

dwtj commented 10 years ago

The relay objects still need to implement close() methods. By closing one relay in a pair (e.g. because one of their connections closed), the other should be closed as well.

dwtj commented 10 years ago

The concept of a Relay object has been supplanted by Forwarder objects. This comment is no longer relevant.