aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorunixninja92 <charlesvt@gmail.com>2013-09-25 01:45:00 +0200
committerNick Mathewson <nickm@torproject.org>2014-03-05 14:31:13 -0500
commit5c310a4fa2c13a52dc3fd39368788c3e75be6cb0 (patch)
treeb82ab69b88d775c41549f530c2c635ef518d12e9 /src/or/or.h
parent52fbb9f623505a29975bea971478fc1e65591575 (diff)
downloadtor-5c310a4fa2c13a52dc3fd39368788c3e75be6cb0.tar
tor-5c310a4fa2c13a52dc3fd39368788c3e75be6cb0.tar.gz
Added max value to PredictedCircsRelevanceTime.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 5ca63e605..0df34cd82 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3673,9 +3673,9 @@ typedef struct {
* a new one? */
int MaxCircuitDirtiness; /**< Never use circs that were first used more than
this interval ago. */
- int PredictedCircsRelevanceTime; /** How long after we've seen a request for
+ int PredictedCircsRelevanceTime; /** How long after we've requested a connection for
* a given port, do we want to continue
- * to make connections to the same port? */
+ * to pick exits that support that port? */
uint64_t BandwidthRate; /**< How much bandwidth, on average, are we willing
* to use in a second? */
uint64_t BandwidthBurst; /**< How much bandwidth, at maximum, are we willing