Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ratelimit.c255 static uint32_t rs_hw_floor_mss = 16; variable
281 &rs_hw_floor_mss, 16,
1710 if (segs < rs_hw_floor_mss) in tcp_get_pacing_burst_size_w_divisor()
1711 segs = rs_hw_floor_mss; in tcp_get_pacing_burst_size_w_divisor()