commit 7a25d149332a737a0116ddf0d562bdb24894ad91 Author: David Goulet dgoulet@torproject.org Date: Mon Apr 16 10:56:27 2018 -0400
dir-spec: Add consensus param circ_max_cell_queue_size
Signed-off-by: David Goulet dgoulet@torproject.org --- dir-spec.txt | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/dir-spec.txt b/dir-spec.txt index 7657e39..1adfe69 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -2042,6 +2042,11 @@ "DoSRefuseSingleHopClientRendezvous" -- Refuse establishment of rendezvous points for single hop clients.
+ "circ_max_cell_queue_size" -- This parameter determines the maximum + number of cells allowed per circuit queue. + Min 1000. Max 4294967295. Default 50000. + First-appeared: 0.3.3.6-rc. + "shared-rand-previous-value" SP NumReveals SP Value NL
[At most once]
tor-commits@lists.torproject.org