Read "circwindow=x" from the consensus and use it
commitc43859c5c12361fad50580cd76f6484dfaa6b88d
authorRoger Dingledine <arma@torproject.org>
Tue, 15 Sep 2009 10:33:33 +0000 (15 06:33 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 15 Sep 2009 10:33:33 +0000 (15 06:33 -0400)
tree51b9a69d25e6c9923452aee270518de554968098
parent40bcab1faf26dd26de48b5ea6c1846c562a11f9d
Read "circwindow=x" from the consensus and use it

Tor now reads the "circwindow" parameter out of the consensus,
and uses that value for its circuit package window rather than the
default of 1000 cells. Begins the implementation of proposal 168.
ChangeLog
src/or/circuitbuild.c
src/or/circuitlist.c
src/or/or.h
src/or/rendclient.c
src/or/rendservice.c