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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpctrl.c229 struct timeval idleTime; /* How long to select() */ local
261 idleTime.tv_sec = 0;
262 idleTime.tv_usec = 50000; /* don't ack immediately */
264 idleTime.tv_sec = IDLE_WAIT;
265 idleTime.tv_usec = 0;
271 switch (select(maxfd + 1, &fds, NULL, NULL, &idleTime)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c3245 const int idleTime = now - MAX( atom->time, atom->piece_data_time ); local
3246 /*fprintf( stderr, "strictness is %.3f, limit is %d seconds... time since connect is %d, time since piece is %d ... idleTime is %d, doPurge is %d\n", (double)strictness, limit, (int)(now - atom->time), (int)(now - atom->piece_data_time), idleTime, idleTime > limit );*/
3247 if( idleTime > limit ) {
3249 tr_atomAddrStr( atom ), idleTime );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 66 milliseconds