Changeset 14384 for trunk/libtransmission/peer-mgr.c
- Timestamp:
- Dec 13, 2014, 5:04:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r14382 r14384 2896 2896 const int inc = maxIncrease * mult; 2897 2897 maxPeers = s->maxPeers + inc; 2898 tordbg (s, "time since last cancel is %"PRId 64" -- increasing the "2898 tordbg (s, "time since last cancel is %"PRIdMAX" -- increasing the " 2899 2899 "number of peers we're interested in by %d", 2900 ( long long)timeSinceCancel, inc);2900 (intmax_t)timeSinceCancel, inc); 2901 2901 } 2902 2902 }
Note: See TracChangeset
for help on using the changeset viewer.