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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c134 int ss_fltsz_local = 8; /* starts with eight segments max */ variable
136 &ss_fltsz_local, 1, "Slow start flight size for local networks");
276 tp->snd_cwnd = tp->t_maxseg * ss_fltsz_local;
H A Dtcp_var.h670 extern int ss_fltsz_local;
H A Dtcp_input.c3626 tp->snd_cwnd = mss * ss_fltsz_local;

Completed in 74 milliseconds