Changeset 10011
- Timestamp:
- Jan 25, 2010, 2:19:20 AM (12 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r10010 r10011 411 411 t->announceIntervalSec = DEFAULT_ANNOUNCE_INTERVAL_SEC; 412 412 t->announceMinIntervalSec = DEFAULT_ANNOUNCE_MIN_INTERVAL_SEC; 413 t->scrapeAt = now ;413 t->scrapeAt = now + tr_cryptoWeakRandInt( 60*10 ); 414 414 t->tor = tor; 415 415 -
trunk/libtransmission/peer-msgs.c
r9979 r10011 1706 1706 int estimatedBlocksInPeriod; 1707 1707 double rate; 1708 const int floor = 2;1708 const int floor = 8; 1709 1709 const int seconds = REQUEST_BUF_SECS; 1710 1710
Note: See TracChangeset
for help on using the changeset viewer.