]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix wide lines.
authorNick Mathewson <nickm@torproject.org>
Wed, 5 Mar 2014 19:27:07 +0000 (14:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 5 Mar 2014 19:31:13 +0000 (14:31 -0500)
src/or/or.h

index 0df34cd825557faad41827a415f2861e3219fa3b..1f5fce45c1ae7dcc4b97648a16858c31baa0b976 100644 (file)
@@ -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