Changeset 3002
- Timestamp:
- Sep 9, 2007, 5:43:04 PM (15 years ago)
- Location:
- branches/0.8x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8x/NEWS
r2922 r3002 1 1 NEWS file for Transmission <http://transmission.m0k.org/> 2 2 3 0.82 (2007/xx/yy) 4 - Fix 0.80 bug that could limit transfer speeds 3 0.82 (2007/09/09) 4 - Fix 0.80 bug that limited transfer speeds 5 - Fix 0.80 bug that corrupted torrents > 4GiB 6 - Fix 0.80 bug that let bad peers feed us too many pieces. 7 - Other minor fixes 8 - For peers supporting both Azureus' and LibTorrent's extensions, allow negotiation to decide which to use 5 9 6 10 0.81 (2007/08/22) -
branches/0.8x/libtransmission/torrent.c
r2922 r3002 1105 1105 { 1106 1106 /* sleep a little while */ 1107 tr_wait( tor->runStatus == TR_RUN_STOPPED ? 1600 : 25);1107 tr_wait( tor->runStatus == TR_RUN_STOPPED ? 1600 : 100 ); 1108 1108 1109 1109 if( tor->fastResumeDirty )
Note: See TracChangeset
for help on using the changeset viewer.