Searched refs:expire_stuff_time (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c313 static time_t expire_stuff_time; variable
910 expire_stuff_time = now.tv_sec + 120 + random() % 240;
2120 if(now.tv_sec >= expire_stuff_time) {

Completed in 352 milliseconds