Searched refs:BBR_INITIAL_RTO (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h31 #define BBR_INITIAL_RTO 1000000 /* 1 second in micro-seconds */ macro
H A Dbbr.c551 srtt = (uint64_t)BBR_INITIAL_RTO;
606 tov = BBR_INITIAL_RTO;
4152 t_rxtcur = BBR_INITIAL_RTO;
4218 t_rxtcur = BBR_INITIAL_RTO;
4251 f_rtt = BBR_INITIAL_RTO;
5057 rexmt = USEC_2_TICKS(BBR_INITIAL_RTO) * tcp_backoff[tp->t_rxtshift];

Completed in 76 milliseconds