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
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") Tested-by: Matthieu Baerts <[email protected]> Closes: #419 Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Matthieu Baerts <[email protected]>
- Loading branch information