소스 검색

r12365@catbus: nickm | 2007-04-14 16:43:09 -0400
Try to clarify window verbiage a little in tor-spec.


svn:r9954

Nick Mathewson 18 년 전
부모
커밋
ae878699d7
1개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 7 4
      doc/spec/tor-spec.txt

+ 7 - 4
doc/spec/tor-spec.txt

@@ -781,10 +781,13 @@ see tor-design.pdf.
 
 
 7.3. Circuit-level flow control
 7.3. Circuit-level flow control
 
 
-   To control a circuit's bandwidth usage, each OR keeps track of
+   To control a circuit's bandwidth usage, each OR keeps track of two
-   two 'windows', consisting of how many RELAY_DATA cells it is
+   'windows', consisting of how many RELAY_DATA cells it is allowed to
-   allowed to package for transmission, and how many RELAY_DATA cells
+   originate (package for transmission), and how many RELAY_DATA cells
-   it is willing to deliver to streams outside the network.
+   it is willing to consume (receive for local streams).  These limits
+   do not apply to cells that the OR receives from one host and relays
+   to another.
+
    Each 'window' value is initially set to 1000 data cells
    Each 'window' value is initially set to 1000 data cells
    in each direction (cells that are not data cells do not affect
    in each direction (cells that are not data cells do not affect
    the window).  When an OR is willing to deliver more cells, it sends a
    the window).  When an OR is willing to deliver more cells, it sends a