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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-?? and including the function name only seems to confuse users. - Fix CIRC controller events so that controllers can learn the identity digests of non-Named servers used in circuit paths. (Fixes bug 336.) + - Avoid choosing Exit nodes for entry or middle hops when the bandwidth + available in non-Exit nodes is much higher then the bandwidth available + in Exit nodes. (Fixes bug 200.) o Security Fixes, minor: - If a client asked for a server by name, and we didn't have a @@ -93,6 +96,8 @@ Changes in version 0.1.2.2-alpha - 2006-10-?? With the old code, if a guard was unreachable by us but listed as running, it would clog our guard list forever. - Make eventdns give strings for DNS errors, not just error numbers. + - Be prepared in case we ever have a network with more than 2GB per + second total advertised capacity. o Documentation - Documented (and renamed) ServerDNSSearchDomains and |