Changeset 7592 for trunk/libtransmission/bandwidth.c
- Timestamp:
- Jan 3, 2009, 2:43:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/bandwidth.c
r7589 r7592 199 199 struct tr_peerIo ** peers; 200 200 201 202 201 /* allocateBandwidth() is a helper function with two purposes: 203 202 * 1. allocate bandwidth to b and its subtree … … 223 222 const int increment = 1024; 224 223 const int bytesUsed = tr_peerIoFlush( peers[i], dir, increment ); 224 225 dbgmsg( "peer #%d of %d used %.2f KiB in this pass", i, n, bytesUsed/1024.0 ); 225 226 226 227 if( bytesUsed == increment )
Note: See TracChangeset
for help on using the changeset viewer.