diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-03-19 14:28:50 +0000 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-03-19 14:28:50 +0000 |
commit | 509b52eb1f41a8bfb2bfda1509a2c3b47e3c6bdd (patch) | |
tree | 11076b7bca0a6511833775c9fa7b90a9e071f584 /src/or/config.c | |
parent | 78ecaeccb273754b4dfd9f026533b525535f4a84 (diff) | |
download | tor-509b52eb1f41a8bfb2bfda1509a2c3b47e3c6bdd.tar tor-509b52eb1f41a8bfb2bfda1509a2c3b47e3c6bdd.tar.gz |
Round robin stuff
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c index 443ebcac8..b4b9ee9de 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -349,6 +349,7 @@ static config_var_t option_vars_[] = { V(PerConnBWRate, MEMUNIT, "0"), V(PidFile, STRING, NULL), V(IntroPointAcceptMutipleConnections, BOOL, "0"), + V(IntroPointLoadBalancingAlgorithm, STRING, "random"), V(TestingTorNetwork, BOOL, "0"), V(TestingMinExitFlagThreshold, MEMUNIT, "0"), V(TestingMinFastFlagThreshold, MEMUNIT, "0"), |