浏览代码

ignored cells still count for computing digests.

svn:r5408
Roger Dingledine 20 年之前
父节点
当前提交
280a4f9b37
共有 1 个文件被更改,包括 2 次插入1 次删除
  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]