diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-17 03:49:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-17 03:49:22 +0000 |
commit | 280a4f9b37dd9fafeb395156d09258ec1be65e99 (patch) | |
tree | 70f6e924ab1d5ac0c033d06dd200c157857e047e | |
parent | ae937b4e40b9a86383c623193722b6df695ba769 (diff) | |
download | tor-280a4f9b37dd9fafeb395156d09258ec1be65e99.tar.gz tor-280a4f9b37dd9fafeb395156d09258ec1be65e99.zip |
ignored cells still count for computing digests.
svn:r5408
-rw-r--r-- | doc/tor-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 86ea88593d..b0e221da16 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -459,7 +459,8 @@ connected at a different place. anything else? -RD] the payload is padded with NUL bytes. If the RELAY cell is recognized but the relay command is not - understood, the cell must be dropped and ignored. [Up until + understood, the cell must be dropped and ignored. Its contents + still count with respect to the digests, though. [Up until 0.1.1.10, Tor closed circuits when it received an unknown relay command. Perhaps this will be more forward-compatible. -RD] |