Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dmptcp.c154 int mptcp_rtothresh = 1500; variable
156 &mptcp_rtothresh, 0, "RTO threshold");
969 int rto_thresh = mptcp_rtothresh; in mptcp_get_subflow()
1256 if (tp->t_rxtcur > mptcp_rtothresh) { in mptcp_no_rto_spike()
1257 spike = tp->t_rxtcur - mptcp_rtothresh; in mptcp_no_rto_spike()