RACK_INITIAL_RTO
srtt = RACK_INITIAL_RTO * HPTS_USEC_IN_MSEC; /* its in ms convert */
return (RACK_INITIAL_RTO);
srtt = RACK_INITIAL_RTO;
srtt = RACK_INITIAL_RTO;
rexmt = RACK_INITIAL_RTO * tcp_backoff[tp->t_rxtshift];