* [MPTCP] [RFC PATCH 0/4] mptcp: [try to] fix armegaddon on late tcp fallback
@ 2019-12-13 14:33 Paolo Abeni
0 siblings, 0 replies; only message in thread
From: Paolo Abeni @ 2019-12-13 14:33 UTC (permalink / raw)
To: mptcp
[-- Attachment #1: Type: text/plain, Size: 702 bytes --]
Passive connection can fallback to TCP after that the subflow is established.
That leads to disaster in several nasty ways.
Address the issue explicitly falling back to TCP (converting the socket) as
soon as we notice the unsuccessful MPC hanshake completion.
Sent as a very early RFC - completely untested yet.
Paolo Abeni (4):
mptcp: add helper to forcefully fallback the msk socket to TCP
mptcp: cache the first subflow sock
mptcp: late fallback support
mptcp: deal with fallback in additional places.
net/mptcp/protocol.c | 92 +++++++++++++++++++++++++++++++++++++-------
net/mptcp/protocol.h | 1 +
2 files changed, 79 insertions(+), 14 deletions(-)
--
2.21.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-13 14:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-13 14:33 [MPTCP] [RFC PATCH 0/4] mptcp: [try to] fix armegaddon on late tcp fallback Paolo Abeni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.