Changeset 5949 for trunk/libtransmission/ratecontrol.c
- Timestamp:
- May 27, 2008, 6:37:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/ratecontrol.c
r5932 r5949 43 43 struct tr_ratecontrol 44 44 { 45 int 8_tlimit;46 int 8_tnewest;45 int limit; 46 int newest; 47 47 struct tr_transfer transfers[HISTORY_SIZE]; 48 48 };
Note: See TracChangeset
for help on using the changeset viewer.