Searched refs:TCPTV_SRTTBASE (Results 1 – 2 of 2) sorted by relevance
131 tp->t_srtt = TCPTV_SRTTBASE; in initialize_tcb()132 tp->t_rttvar = ((TCPTV_RTOBASE - TCPTV_SRTTBASE) << TCP_RTTVAR_SHIFT) / 4; in initialize_tcb()
92 #define TCPTV_SRTTBASE 0 /* base roundtrip time; macro