Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc.h77 extern uint32_t hystart_minrtt_thresh;
H A Dcc.c86 uint32_t hystart_minrtt_thresh = 4000; variable
721 &hystart_minrtt_thresh, 4000,
H A Dcc_newreno.c304 if (rtt_thresh < hystart_minrtt_thresh) in newreno_ack_received()
305 rtt_thresh = hystart_minrtt_thresh; in newreno_ack_received()
H A Dcc_cubic.c195 if (rtt_thresh < hystart_minrtt_thresh) in cubic_does_slow_start()
196 rtt_thresh = hystart_minrtt_thresh; in cubic_does_slow_start()