From: Nick Mathewson Date: Wed, 5 Mar 2014 19:27:07 +0000 (-0500) Subject: Fix wide lines. X-Git-Tag: tor-0.2.5.3-alpha~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25374d307d5fc0731eb116dc8e9840bfbbff9167;p=thirdparty%2Ftor.git Fix wide lines. --- diff --git a/src/or/or.h b/src/or/or.h index 0df34cd825..1f5fce45c1 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