Prechádzať zdrojové kódy

ignored cells still count for computing digests.

svn:r5408
Roger Dingledine 20 rokov pred
rodič
commit
280a4f9b37
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      doc/tor-spec.txt

+ 2 - 1
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]