aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-05 14:27:07 -0500
committerNick Mathewson <nickm@torproject.org>2014-03-05 14:31:13 -0500
commit25374d307d5fc0731eb116dc8e9840bfbbff9167 (patch)
treee274a96146e60dd7f27e89153c4a75d4b3deb1a2
parent2c25bb413ec44257a8b8692958a348aaa6553c8c (diff)
downloadtor-25374d307d5fc0731eb116dc8e9840bfbbff9167.tar
tor-25374d307d5fc0731eb116dc8e9840bfbbff9167.tar.gz
Fix wide lines.
-rw-r--r--src/or/or.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 0df34cd82..1f5fce45c 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3673,9 +3673,10 @@ 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 requested a connection for
- * a given port, do we want to continue
- * to pick exits that support that port? */
+ int PredictedCircsRelevanceTime; /** How long after we've requested a
+ * connection for a given port, do we want
+ * to continue 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