TCPTV_RTOBASE3
if (tp->t_rxtcur < TCPTV_RTOBASE3)
tp->t_rxtcur = TCPTV_RTOBASE3;
if (tp->t_rxtsyn >= TCPTV_RTOBASE3) {
(tcp_low_rtobase ? TCPTV_RTOBASE1 : TCPTV_RTOBASE3)