TCP_RTT_INVALIDATE
if ((tp->t_srtt != 0) && (tp->t_rxtshift <= TCP_RTT_INVALIDATE)) {
if (tp->t_rxtshift > TCP_RTT_INVALIDATE) {