Searched refs:data_time_cutoff_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.c3667 const int data_time_cutoff_secs = 60 * 60; local
3674 atime = a->piece_data_time; if( atime + data_time_cutoff_secs < tr_now ) atime = 0;
3675 btime = b->piece_data_time; if( btime + data_time_cutoff_secs < tr_now ) btime = 0;

Completed in 89 milliseconds