aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-11-21 23:36:36 -0500
committerRoger Dingledine <arma@torproject.org>2009-11-21 23:36:36 -0500
commit7f3f88bed38758d1f6f72cd0864cf93809bb5440 (patch)
treefd6bf8245a58c4112ad1a81715d064bd5b3f35a3 /ChangeLog
parentfdd58f3bd5daa4a8982244d0b956fcfebfd91b6d (diff)
downloadtor-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e19a2067d..24f835f357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.