Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.c1385 #define MPTCP_SEND_BURST_SIZE ((1 << 16) - \ macro
1489 burst = min_t(int, MPTCP_SEND_BURST_SIZE, mptcp_wnd_end(msk) - msk->snd_nxt); in mptcp_subflow_get_send()