Changeset 7587 for trunk/libtransmission/bandwidth.c
- Timestamp:
- Jan 2, 2009, 10:06:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/bandwidth.c
r7586 r7587 219 219 * and/or peers that can use it */ 220 220 n = peerCount; 221 dbgmsg( " direction %s ... %d pees to go round-robin", (dir==TR_UP?"UP":"DOWN"), n);221 dbgmsg( "%d peers to go round-robin for %s", n, (dir==TR_UP?"upload":"download") ); 222 222 i = n ? tr_cryptoWeakRandInt( n ) : 0; /* pick a random starting point */ 223 223 while( n > 1 )
Note: See TracChangeset
for help on using the changeset viewer.