Home
last modified time | relevance | path

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

/linux/net/ipv4/ !
H A Dtcp_cubic.c55 static int hystart __read_mostly = 1;
75 module_param(hystart, int, 0644);
76 MODULE_PARM_DESC(hystart, "turn on/off hybrid slow start algorithm");
135 if (hystart) in cubictcp_init()
138 if (!hystart && initial_ssthresh) in cubictcp_init()
395 /* hystart triggers when cwnd is larger than some threshold */ in hystart_update()
474 if (!ca->found && tcp_in_slow_start(tp) && hystart) in cubictcp_acked()