diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-23 15:58:38 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-23 15:58:38 +0000 |
commit | ea95ce25b63e6a291d9c816308919caf887fa7ea (patch) | |
tree | 46fcdd336a7197acf4b3fb6b861d9c9068be3ef3 /ChangeLog | |
parent | 2748afe60961596791bceb842dce2385c5b4db7e (diff) | |
download | tor-ea95ce25b63e6a291d9c816308919caf887fa7ea.tar.gz tor-ea95ce25b63e6a291d9c816308919caf887fa7ea.zip |
r17323@aud-055: nickm | 2008-07-23 17:58:25 +0200
Implement most of proposal 110.
svn:r16156
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx - Send a bootstrap problem "warn" event on the first problem if the reason is NO_ROUTE (that is, our network is down). + o Major features: + - Implements most of proposal 110: The first K cells to be send + along a circuit are marked as special "early" cells; only K + "early" cells will be allowed. Once this code is universal, we + can block certain kinds of DOS attack by only allowing EXTEND + commands in these cells. + o Major bugfixes: - Try to attach connections immediately upon receiving a RENDEZVOUS2 or RENDEZVOUS_ESTABLISHED cell. This can save a second or two |