Home
last modified time | relevance | path

Searched hist:"860975 c6" (Results 1 – 1 of 1) sorted by relevance

/linux/net/mptcp/
H A Dprotocol.c860975c6 Thu Nov 19 19:45:56 GMT 2020 Florian Westphal <fw@strlen.de> mptcp: skip to next candidate if subflow has unacked data

In case a subflow path is blocked, MPTCP-level retransmit may not take
place anymore because such subflow is likely to have unacked data left
in its write queue.

Ignore subflows that have experienced loss and test next candidate.

Fixes: 3b1d6210a95773691 ("mptcp: implement and use MPTCP-level retransmission")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>