Changeset 7121
- Timestamp:
- Nov 16, 2008, 9:15:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r7120 r7121 2510 2510 2511 2511 /* remember this torrent's bytes used */ 2512 tr_rcTransferred( t->tor-> pieceSpeed[direction], used );2512 tr_rcTransferred( t->tor->rawSpeed[direction], used ); 2513 2513 2514 2514 /* add this torrent's bandwidth use to allBytesUsed */ … … 2531 2531 case TR_SPEEDLIMIT_SINGLE: 2532 2532 setPeerBandwidth( t->peers, direction, 2533 t->tor-> pieceSpeed[direction],2533 t->tor->rawSpeed[direction], 2534 2534 tr_torrentGetSpeedLimit( t->tor, direction ) ); 2535 2535 break;
Note: See TracChangeset
for help on using the changeset viewer.