diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-12-18 05:21:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-12-18 05:21:05 +0000 |
commit | 6c7a6dd8034254120094692fdab84f4e66b0687f (patch) | |
tree | 0b4d8722c19b2a39ee629165c1860b8163a41184 | |
parent | 308ffa8a050c7f784040899b62cedcdb490aa455 (diff) | |
download | tor-6c7a6dd8034254120094692fdab84f4e66b0687f.tar.gz tor-6c7a6dd8034254120094692fdab84f4e66b0687f.zip |
Add opprotunistic circuit-building tweak to Tor TODO
svn:r3172
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ N - Make millisecond accuracy work on win32 Tier two: - Handle pools of waiting circuits better. + - Limit number of circuits that we preemptively generate based on past + behavior; use same limits in circuit_expire_old_circuits(). - Let more config options (e.g. ORPort) change dynamically. - Write limiting; configurable token buckets. - Only the top of a directory needs to be signed. |