Add MPTCP support for Linux #1655
Unanswered
vanyingenzi
asked this question in
Ideas
Replies: 1 comment 2 replies
-
Any reason why we should support it ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MPTCP stands for MultiPath TCP. It is an Open Source protocol that have been standardized and implemented in the Linux Kernel version 5.1.x and above. The kernel support makes it easier to add to applications.
A key thing to understand is that, the protocol is negotiated within the TCP handshake and if any of the parties don't support MPTCP then it will fall back to the normal TCP connection.
The protocol is supported by big companies like Intel, Apple, Redhat, ...
Beta Was this translation helpful? Give feedback.
All reactions