From: Roger Dingledine Date: Wed, 28 Sep 2011 19:38:36 +0000 (-0400) Subject: refill our token buckets 10 times/sec, not 100 X-Git-Tag: tor-0.2.3.5-alpha~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6db0f128c8f47b660ec3e872966fd3b951dd1a9;p=thirdparty%2Ftor.git refill our token buckets 10 times/sec, not 100 refilling often is good, but refilling often has unclear side effects on a) cpu load, and b) making sure every cell, ever, is sent out one at a time --- diff --git a/src/or/config.c b/src/or/config.c index e22f539ade..c44b09cad4 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -386,7 +386,7 @@ static config_var_t _option_vars[] = { OBSOLETE("SysLog"), V(TestSocks, BOOL, "0"), OBSOLETE("TestVia"), - V(TokenBucketRefillInterval, MSEC_INTERVAL, "10 msec"), + V(TokenBucketRefillInterval, MSEC_INTERVAL, "100 msec"), V(TrackHostExits, CSV, NULL), V(TrackHostExitsExpire, INTERVAL, "30 minutes"), OBSOLETE("TrafficShaping"),