Changeset 11902
- Timestamp:
- Feb 18, 2011, 12:23:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tr-utp.c
r11901 r11902 57 57 { 58 58 UTP_CheckTimeouts(); 59 tr_timerAdd(utp_timer, 0, tr_cryptoWeakRandInt(2000000));59 tr_timerAdd(utp_timer, 1, tr_cryptoWeakRandInt(1000000)); 60 60 } 61 61 … … 70 70 return -1; 71 71 evtimer_set(utp_timer, timer_callback, NULL); 72 tr_timerAdd(utp_timer, 0, tr_cryptoWeakRandInt(2000000));72 tr_timerAdd(utp_timer, 1, tr_cryptoWeakRandInt(1000000)); 73 73 } 74 74
Note: See TracChangeset
for help on using the changeset viewer.