diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-16 16:41:38 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-16 16:41:38 +0000 |
commit | 2268d29e94212b8edbf12c15ea8870d4d0671b7f (patch) | |
tree | 04f723e661073b993e1ae196e39ea4db3a7e4f81 /doc | |
parent | 2b00470094e1e3987ec135c68ad070204cadd6f0 (diff) | |
download | tor-2268d29e94212b8edbf12c15ea8870d4d0671b7f.tar.gz tor-2268d29e94212b8edbf12c15ea8870d4d0671b7f.zip |
r14589@catbus: nickm | 2007-08-16 12:16:06 -0400
Backport r10939 and r10956: correct handling for weighted exit selection. I'm not backporting the bitfield code, so this is marginally slower than the version in trunk.
svn:r11133
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.012 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO.012 b/doc/TODO.012 index 5e309ed04b..5cb759d75b 100644 --- a/doc/TODO.012 +++ b/doc/TODO.012 @@ -1,6 +1,6 @@ Backport items for 0.1.2: - - r10939: Choose with complete fairness when exits are weighted. - - r10956: fix the math for exit bandwidth weighting + o r10939: Choose with complete fairness when exits are weighted. + o r10956: fix the math for exit bandwidth weighting o r10994: Disable SENTINELS checking in order to use less RAM in buffer allocation. - r11117: cookie auth more usable |