Changeset 7433 for trunk/libtransmission/bandwidth.c
- Timestamp:
- Dec 17, 2008, 2:15:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/bandwidth.c
r7432 r7433 306 306 * until we run out of bandwidth or peers. we do it this way to 307 307 * prevent one peer from using up all the bandwidth */ 308 #if 0 308 309 fprintf( stderr, "%s - %d peers\n", (dir==TR_UP)?"up":"down", n ); 310 #endif 309 311 while( n > 0 ) 310 312 { … … 315 317 const int byteCount = tr_peerIoFlush( peers[i], dir, increment); 316 318 319 #if 0 317 320 if( byteCount ) 318 321 fprintf( stderr, "peer %p: %d bytes\n", peers[i], byteCount ); 322 #endif 319 323 320 324 if( byteCount == increment )
Note: See TracChangeset
for help on using the changeset viewer.