aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-03 00:00:15 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-03 00:00:15 -0500
commit92fe1a5cbbd8477b381bbfc40d1fe2a41ee19d5f (patch)
treea14af4fb33f9edcc4f6fadfe3690fc4b462397af /tor-spec.txt
parent3a85a3afac30dc8a2433a6e06508ac57c964f820 (diff)
downloadtorspec-92fe1a5cbbd8477b381bbfc40d1fe2a41ee19d5f.tar.gz
torspec-92fe1a5cbbd8477b381bbfc40d1fe2a41ee19d5f.zip
Clarify that circwindow overrides the default of 1000 in tor-spec too
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt4
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