diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-30 02:03:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-30 02:03:23 +0000 |
commit | f6b7e108e4e5a945c510f6a4008e53fa1053934d (patch) | |
tree | 167a119af3149dd5d0fdd6d934bc32d5f4e45d26 /ChangeLog | |
parent | 3a8a2cb2de84edc5301ef3f4e1754feba9081396 (diff) | |
download | tor-f6b7e108e4e5a945c510f6a4008e53fa1053934d.tar.gz tor-f6b7e108e4e5a945c510f6a4008e53fa1053934d.zip |
for some reason nickm removed this major feature from
the 0.2.1.3-alpha changelog. put it back.
svn:r17824
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -646,6 +646,11 @@ Changes in version 0.2.1.3-alpha - 2008-08-03 reason is NO_ROUTE (that is, our network is down). o Major features: + - Implement most of proposal 110: The first K cells to be sent + 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 requiring that EXTEND commands must + be sent using an "early" cell. o Major bugfixes: - Try to attach connections immediately upon receiving a RENDEZVOUS2 |