Commit 25374d30 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Fix wide lines.

parent 2c25bb41
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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