From 280a4f9b37dd9fafeb395156d09258ec1be65e99 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 17 Nov 2005 03:49:22 +0000 Subject: [PATCH] ignored cells still count for computing digests. svn:r5408 --- doc/tor-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]