Home | History | Annotate | Download | only in slirp-android

Lines Matching full:time

45 #define	TCPT_2MSL	3		/* 2*msl quiet time timer */
65 * We do this at most as often as TCPT_PERSMIN time intervals,
67 * packet time. The TCPT_PERSIST timer is cleared whenever we receive
71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time,
73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
80 * amount of time probing, then we drop the connection.
84 * Time constants.
88 #define TCPTV_SRTTBASE 0 /* base roundtrip time;
96 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */
115 * Force a time value to be in a certain range.