namecoin / StemNS

Implement Proposition 279 (Pluggable Naming) w/o changing Tor (Stem port)
https://www.namecoin.org/
The Unlicense
7 stars 9 forks source link

Use StreamStatus.CONTROLLER_WAIT #14

Closed JeremyRand closed 4 years ago

JeremyRand commented 4 years ago

Instead of rolling our own simulation of __LeaveStreamsUnattached based on a whitelist of StreamStatus and StreamPurpose, switch to only checking for the new CONTROLLER_WAIT StreamStatus, which will be released in Tor 0.4.5.1 Alpha and whatever release branches from Stem master after Stem 1.8.0 branched.

Note that this change makes StemNS incompatible with Tor 0.4.5.0, Stem 1.8.0, and earlier.