commit 4810a0caee1e994ecdaf3cad99413c34bea2bd54 Author: Mike Perry mikeperry-git@fscked.org Date: Wed Oct 19 17:44:39 2011 -0700
The bandwidth auth no longer does SETCONF. --- bwauth-spec.txt | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/bwauth-spec.txt b/bwauth-spec.txt index bb9451d..e039eb4 100644 --- a/bwauth-spec.txt +++ b/bwauth-spec.txt @@ -67,12 +67,8 @@
instructs Tor to leave streams unattached and let the controller attach new streams to circuits. -# -# Why does bwauthority.py set and reset these configuration options when -# the provided torrc already contains them? Particularly the resetting -# part seems to be broken, because bwauthority.py sets -# __LeaveStreamsUnattached 0 even though other scanners might still be -# running. The whole code should be removed from bwauthority.py. -KL + +
1.2. Connecting to Tor via its control port
tor-commits@lists.torproject.org