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

/macosx-10.9.5/xnu-2422.115.4/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.c168 int tcp_do_rfc3390 = 1; variable
170 &tcp_do_rfc3390, 1, "Calculate intial slowstart cwnd depending on MSS");
H A Dtcp_var.h1137 extern int tcp_do_rfc3390; /* Calculate ss_fltsz according to RFC 3390 */

Completed in 171 milliseconds