commit 92fe1a5cbbd8477b381bbfc40d1fe2a41ee19d5f Author: Nick Mathewson nickm@torproject.org Date: Thu Mar 3 00:00:15 2011 -0500
Clarify that circwindow overrides the default of 1000 in tor-spec too --- tor-spec.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tor-spec.txt b/tor-spec.txt index 91ad561..e889431 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -965,7 +965,9 @@ see tor-design.pdf. 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 based on the consensus parameter + 'circwindow' in the directory (see dir-spec.txt), or to 1000 data cells + if no 'circwindow' value is given, 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 RELAY_SENDME cell towards the OP, with Stream ID zero. When an OR