diff options
author | Roger Dingledine <arma@torproject.org> | 2009-11-21 23:36:36 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-11-21 23:36:36 -0500 |
commit | 7f3f88bed38758d1f6f72cd0864cf93809bb5440 (patch) | |
tree | fd6bf8245a58c4112ad1a81715d064bd5b3f35a3 /ChangeLog | |
parent | fdd58f3bd5daa4a8982244d0b956fcfebfd91b6d (diff) | |
download | tor-7f3f88bed38758d1f6f72cd0864cf93809bb5440.tar.gz tor-7f3f88bed38758d1f6f72cd0864cf93809bb5440.zip |
New config option "CircuitStreamTimeout"
New config option "CircuitStreamTimeout" to override our internal
timeout schedule for how many seconds until we detach a stream from
a circuit and try a new circuit. If your network is particularly
slow, you might want to set this to a number like 60.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ Changes in version 0.2.2.7-alpha - 2009-??-?? + o Minor features: + - New config option "CircuitStreamTimeout" to override our internal + timeout schedule for how many seconds until we detach a stream from + a circuit and try a new circuit. If your network is particularly + slow, you might want to set this to a number like 60. + o Minor bugfixes: - Fix compilation on OSX 10.3, which has a stub mlockall() but hides it. Bugfix on 0.2.2.6-alpha. |