summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-20 09:43:28 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-20 09:43:28 +0000
commit00257212c7a9e0e7c2504b7ccdd36727d4fc362f (patch)
tree5ad7fe0881096f36be30630d093b5179e2d8a94a /ChangeLog
parent858d7295e728ca07573cac9bc3ad241a2b50dba7 (diff)
downloadtor-00257212c7a9e0e7c2504b7ccdd36727d4fc362f.tar.gz
tor-00257212c7a9e0e7c2504b7ccdd36727d4fc362f.zip
Take out the '5 second' timeout from the connection retry
schedule. Now the first connect attempt will wait a full 10 seconds before switching to a new circuit. Perhaps this will help a lot. Based on observations from Mike Perry. svn:r9159
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d4b4d5e8d..0d86c2ec31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,10 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
give up on a nameserver the third time it timed out, and try it
10 seconds later... and to give up on it every time it timed out
after that. (May fix bug 326.)
+ - Take out the '5 second' timeout from the connection retry
+ schedule. Now the first connect attempt will wait a full 10
+ seconds before switching to a new circuit. Perhaps this will help
+ a lot. Based on observations from Mike Perry.
o Minor bugfixes:
- Fix a bug when a PF socket is first used. (Patch from Fabian Keil.)