diff options
author | Roger Dingledine <arma@torproject.org> | 2008-10-15 22:01:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-10-15 22:01:17 +0000 |
commit | d374dc94e5ab8c2a9ace8b4cac1f2f36482a657f (patch) | |
tree | 9138f6b14a681c24732168c839a1d9daaf951a1f /ChangeLog | |
parent | bbf0f5a266eda0161ba4882efe09a02345f1593d (diff) | |
download | tor-d374dc94e5ab8c2a9ace8b4cac1f2f36482a657f.tar.gz tor-d374dc94e5ab8c2a9ace8b4cac1f2f36482a657f.zip |
fix changelog entry for proposal 155, patch 1
svn:r17113
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ Changes in version 0.2.1.7-alpha - 2008-10-xx Suggested by Lucky Green. o Hidden service performance improvements: - - Reduce extension timeout for introduction circuits on the hidden - service side from 60 to 30 seconds. + - When the client launches an introduction circuit, retry with a + new circuit after 30 seconds rather than 60 seconds. - Launch a second client-side introduction circuit in parallel after a delay of 15 seconds (based on work by Christian Wilms). - Hidden services start out building five intro circuits rather |