Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: avoid bogus reset on fallback close
commit ff18f9e upstream. Since the blamed commit, the MPTCP protocol unconditionally sends TCP resets on all the subflows on disconnect(). That fits full-blown MPTCP sockets - to implement the fastclose mechanism - but causes unexpected corruption of the data stream, caught as sporadic self-tests failures. Fixes: d21f834 ("mptcp: use fastclose on more edge scenarios") Cc: [email protected] Tested-by: Matthieu Baerts <[email protected]> Closes: multipath-tcp/mptcp_net-next#419 Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Matthieu Baerts <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]> Link: https://lore.kernel.org/r/20230803-upstream-net-20230803-misc-fixes-6-5-v1-3-6671b1ab11cc@tessares.net Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information