Changeset 3997 for trunk/libtransmission/ratecontrol.c
- Timestamp:
- Nov 27, 2007, 4:27:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/ratecontrol.c
r3900 r3997 142 142 uint64_t now; 143 143 144 if( size < 100 ) /* don't count small messages */145 return;146 147 144 tr_lockLock( (tr_lock*)r->lock ); 148 145
Note: See TracChangeset
for help on using the changeset viewer.