Changeset 8674 for trunk/libtransmission/torrent.c
- Timestamp:
- Jun 11, 2009, 10:46:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r8672 r8674 1276 1276 tr_verifyAdd( tor, checkAndStartCB ); 1277 1277 1278 tor->dhtAnnounceAt = time( NULL ) tr_cryptoWeakRandInt( 20 );1278 tor->dhtAnnounceAt = time( NULL ) + tr_cryptoWeakRandInt( 20 ); 1279 1279 } 1280 1280
Note: See TracChangeset
for help on using the changeset viewer.