Home
last modified time | relevance | path

Searched refs:rack_rto_max (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c219 static int32_t rack_rto_max = 4000; /* 4 seconds */ variable
1005 &rack_rto_max, 0, in rack_init_sysctls()
4250 if (thresh > rack_rto_max) { in rack_calc_thresh_rack()
4251 thresh = rack_rto_max; in rack_calc_thresh_rack()
4335 if (thresh > rack_rto_max) { in rack_calc_thresh_tlp()
4336 thresh = rack_rto_max; in rack_calc_thresh_tlp()
5667 MSEC_2_TICKS(rack_rto_max)); in rack_timeout_rxt()
6529 max(MSEC_2_TICKS(rack_rto_min), rtt + 2), MSEC_2_TICKS(rack_rto_max)); in tcp_rack_xmit_timer_commit()