summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-11-17 03:49:22 +0000
committerRoger Dingledine <arma@torproject.org>2005-11-17 03:49:22 +0000
commit280a4f9b37dd9fafeb395156d09258ec1be65e99 (patch)
tree70f6e924ab1d5ac0c033d06dd200c157857e047e
parentae937b4e40b9a86383c623193722b6df695ba769 (diff)
downloadtor-280a4f9b37dd9fafeb395156d09258ec1be65e99.tar.gz
tor-280a4f9b37dd9fafeb395156d09258ec1be65e99.zip
ignored cells still count for computing digests.
svn:r5408
-rw-r--r--doc/tor-spec.txt3
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]