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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c93 MINIMUM_RECONNECT_INTERVAL_SECS = 5, enumerator in enum:__anon7346
3286 if( ( now - atom->piece_data_time ) <= ( MINIMUM_RECONNECT_INTERVAL_SECS * 2 ) )
3287 sec = MINIMUM_RECONNECT_INTERVAL_SECS;
3290 else if( ( now - atom->time ) < MINIMUM_RECONNECT_INTERVAL_SECS )
3291 sec = MINIMUM_RECONNECT_INTERVAL_SECS;

Completed in 52 milliseconds