Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.c324 static u_int32_t tcp_mss_rec_medium = 1200; variable
473 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_mss_rec_medium, 0,
2929 tp->t_maxopd > tcp_mss_rec_medium) { in tcp_update_mss_core()
2931 tp->t_maxopd = tcp_mss_rec_medium; in tcp_update_mss_core()