Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.c327 static u_int32_t tcp_mss_rec_medium = 1200; variable
476 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_mss_rec_medium, 0,
2938 tp->t_maxopd > tcp_mss_rec_medium) { in tcp_update_mss_core()
2940 tp->t_maxopd = tcp_mss_rec_medium; in tcp_update_mss_core()