You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multipath TCP (MPTCP) is an extension of the standard TCP protocol that
allows a single transport connection to use multiple network interfaces
or paths. MPTCP is useful for applications like bandwidth aggregation,
failover, and more resilient connections.
Linux kernel starts to support MPTCP since v5.6, it's time to support
it.
The test report shows that MPTCP reduces latency by ~25% in a 1%
networking packet drop environment.
Thanks to Matthieu Baerts <[email protected]> for lots of review
suggestions.
Proposed-by: Geliang Tang <[email protected]>
Tested-by: Gang Yan <[email protected]>
Signed-off-by: zhenwei pi <[email protected]>
Signed-off-by: zhenwei pi <[email protected]>
Cc Linux kernel MPTCP maintainer @matttbe
Signed-off-by: hwware <[email protected]>
0 commit comments