commit | 03af1df9ba3c3b1024a8c189af0ef8b123ae0b70 | [log] [tgz] |
---|---|---|
author | Matthieu Baerts (NGI0) <matttbe@kernel.org> | Mon Sep 09 18:52:44 2024 +0200 |
committer | Matthieu Baerts (NGI0) <matttbe@kernel.org> | Mon Sep 09 18:56:53 2024 +0200 |
tree | e9a83badda3b2589e8a5655fbe815acee68e351c | |
parent | 26d8299f5d2dcd0b8cefbf34034b1f869ce99251 [diff] |
mptcp: fallback to TCP after SYN+MPC drops Some middleboxes might be nasty with MPTCP, and decide to drop packets with MPTCP options, instead of just dropping the MPTCP options (or letting them pass...). In this case, it sounds better to fallback to "plain" TCP, and try again. Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/477 Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>