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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c252 int tcp_pmtud_black_hole_mss = 1200 ; variable
254 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_pmtud_black_hole_mss, 0,
833 if (tp->t_maxopd > tcp_pmtud_black_hole_mss) {
834 tp->t_maxopd = tcp_pmtud_black_hole_mss;

Completed in 96 milliseconds