Searched refs:tcp_do_rfc3390 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c184 * but it will be overriden if tcp_do_rfc3390 sysctl is set.
187 if (tcp_do_rfc3390)
H A Dtcp_output.c166 int tcp_do_rfc3390 = 1; variable
168 &tcp_do_rfc3390, 1, "Calculate intial slowstart cwnd depending on MSS");
H A Dtcp_var.h994 extern int tcp_do_rfc3390; /* Calculate ss_fltsz according to RFC 3390 */

Completed in 26 milliseconds