[or-cvs] r9954: Try to clarify window verbiage a little in tor-spec. (in tor/trunk: . doc/spec)

nickm at seul.org nickm at seul.org
Sat Apr 14 21:30:24 UTC 2007


Author: nickm
Date: 2007-04-14 17:30:20 -0400 (Sat, 14 Apr 2007)
New Revision: 9954

Modified:
   tor/trunk/
   tor/trunk/doc/spec/tor-spec.txt
Log:
 r12365 at catbus:  nickm | 2007-04-14 16:43:09 -0400
 Try to clarify window verbiage a little in tor-spec.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12365] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/doc/spec/tor-spec.txt
===================================================================
--- tor/trunk/doc/spec/tor-spec.txt	2007-04-14 16:59:44 UTC (rev 9953)
+++ tor/trunk/doc/spec/tor-spec.txt	2007-04-14 21:30:20 UTC (rev 9954)
@@ -781,10 +781,13 @@
 
 7.3. Circuit-level flow control
 
-   To control a circuit's bandwidth usage, each OR keeps track of
-   two 'windows', consisting of how many RELAY_DATA cells it is
-   allowed to package for transmission, and how many RELAY_DATA cells
-   it is willing to deliver to streams outside the network.
+   To control a circuit's bandwidth usage, each OR keeps track of two
+   'windows', consisting of how many RELAY_DATA cells it is allowed to
+   originate (package for transmission), and how many RELAY_DATA cells
+   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
    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



More information about the tor-commits mailing list