diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-29 14:53:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-29 14:53:53 +0000 |
commit | ae3ce7b3873e61eb4d6c273820a0cabf3e471081 (patch) | |
tree | f6ed2af567780f8eee4c3c1a23a20f4256f09a1b /doc/TODO.021 | |
parent | 57db1c1a7dd4a1fd85fa462951737880189e5965 (diff) | |
download | tor-ae3ce7b3873e61eb4d6c273820a0cabf3e471081.tar.gz tor-ae3ce7b3873e61eb4d6c273820a0cabf3e471081.zip |
Patch from mwenge: update TrackHostExits mapping expiry times when the mappings are used, so that they expire a while after their last use, not a while after their creation.
svn:r17004
Diffstat (limited to 'doc/TODO.021')
-rw-r--r-- | doc/TODO.021 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO.021 b/doc/TODO.021 index 1dfc764d2a..9e8e7968c3 100644 --- a/doc/TODO.021 +++ b/doc/TODO.021 @@ -347,7 +347,7 @@ P - create a "make win32-bundle" for vidalia-privoxy-tor-torbutton bundle - Tor logs the libevent version on startup, for debugging purposes. This is great. But it does this before configuring the logs, so it only goes to stdout and is then lost. - - Make TrackHostExits expire TrackHostExitsExpire seconds after their + o Make TrackHostExits expire TrackHostExitsExpire seconds after their *last* use, not their *first* use. - enforce a lower limit on MaxCircuitDirtiness and CircuitBuildTimeout. - Make 'safelogging' extend to info-level logs too. |