diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-01 21:59:09 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-01 21:59:09 +0000 |
commit | 57ffca883d586c0b7e20eea2460587b409f9b302 (patch) | |
tree | c308225bb41ec570809042c114a89b9982fef11c /doc/TODO | |
parent | 219ad6395cea5403857c3adf1b938741dba79c4f (diff) | |
download | tor-57ffca883d586c0b7e20eea2460587b409f9b302.tar.gz tor-57ffca883d586c0b7e20eea2460587b409f9b302.zip |
r8826@totoro: nickm | 2006-10-01 17:58:45 -0400
Disprefer exit nodes for entry, middle positions (fixes bug 200). Also, switch to using a uint64_t to hold "total bandwidth for all nodes" under consideration; crypt_rand_int would have died at 2GB/s network capacity.
svn:r8571
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -35,12 +35,10 @@ x - If the client's clock is too far in the past, it will drop (or D The right thing here is to revamp our node selection implementation. (Deferred until oprofile says this matters.) o make it configurable, so people can turn it on or off. -N - Add script to grep for identical log msgs. -N - Bug 200: disprefer exit nodes for entry, middle. - - If less than 1/3 support port X, only use as exit. - - If 2/3 support port X, weight exits 1/2; weight non-exits 1. - - (Exit fraction - 1/3):Non-exit fraction - - (e - 1/3)/(1-e) + o Add script to grep for identical log msgs. + o Bug 200: disprefer exit nodes for entry, middle. + o Specify + o Implement o Bug 303: block exit from circuits created with create-fast o Specify and document o Implement |