Changeset 3949
- Timestamp:
- Nov 24, 2007, 4:53:44 AM (14 years ago)
- Location:
- branches/0.9x/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/peer-mgr-private.h
r3931 r3949 41 41 * Use SWIFT? 42 42 */ 43 static const int SWIFT_ENABLED = 0;43 static const int SWIFT_ENABLED = 1; 44 44 45 45 /** -
branches/0.9x/libtransmission/peer-mgr.c
r3931 r3949 61 61 * all of our peers. This too helps prevent gridlock. 62 62 */ 63 static const double SWIFT_LARGESSE = 0.1 0; /* 10% of our UL */63 static const double SWIFT_LARGESSE = 0.15; /* 15% of our UL */ 64 64 65 65 /** … … 102 102 /* set this too high and there will be a lot of churn. 103 103 * set it too low and you'll get peers too slowly */ 104 MAX_RECONNECTIONS_PER_PULSE = 5,104 MAX_RECONNECTIONS_PER_PULSE = 3, 105 105 106 106 /* corresponds to ut_pex's added.f flags */
Note: See TracChangeset
for help on using the changeset viewer.