diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-09 00:50:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-09 00:50:50 +0000 |
commit | 1d8a4cb9892d582b3bb6f090476c2490633709d4 (patch) | |
tree | 7eb04521da09eb2919a6a3d5af6ea0d60aa52b2c /ChangeLog | |
parent | c85ff4d6abe4a1790e8248ca92abf811c7c9803e (diff) | |
download | tor-1d8a4cb9892d582b3bb6f090476c2490633709d4.tar tor-1d8a4cb9892d582b3bb6f090476c2490633709d4.tar.gz |
Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS
connection handles more than 4 gigs in either direction, we assert.
svn:r9306
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ Changes in version 0.1.2.6-alpha - 2007-??-?? excess load to the exit nodes. o Major bugfixes: + - Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS + connection handles more than 4 gigs in either direction, we assert. - Fix an assert error introduced in 0.1.2.5-alpha: if you're an advertised exit node, somebody might try to exit from you when you're bootstrapping and before you've built your descriptor yet. |