From 7f3f88bed38758d1f6f72cd0864cf93809bb5440 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 21 Nov 2009 23:36:36 -0500 Subject: New config option "CircuitStreamTimeout" New config option "CircuitStreamTimeout" to override our internal timeout schedule for how many seconds until we detach a stream from a circuit and try a new circuit. If your network is particularly slow, you might want to set this to a number like 60. --- src/or/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/config.c') diff --git a/src/or/config.c b/src/or/config.c index b6a52a85de..2d21435248 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -166,6 +166,7 @@ static config_var_t _option_vars[] = { V(CellStatistics, BOOL, "0"), V(CircuitBuildTimeout, INTERVAL, "0"), V(CircuitIdleTimeout, INTERVAL, "1 hour"), + V(CircuitStreamTimeout, INTERVAL, "0"), V(ClientDNSRejectInternalAddresses, BOOL,"1"), V(ClientOnly, BOOL, "0"), V(ConsensusParams, STRING, NULL), -- cgit v1.2.3-54-g00ecf