-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(mptcp): Basic implementation of Multipath-TCP #1157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
zonyitoo
commented
Mar 24, 2023
- Currently support macOS (Client Only) and Linux (> 5.19)
- ref MPTCP support #1156
d5ac1d5 to
c7989a2
Compare
|
请教一下,这玩意有什么用途吗? |
|
The MPTCP folks seem to be pushing a lot lately. MPTCP support detection logic just got merged into the Go runtime: golang/go@59d7c69 |
|
Some observation:
Accepted socket (13): Connected socket (14), target doesn't support MPTCP: Connected socket (14), target supports MPTCP:
|
b06a871 to
e2b27cf
Compare
- Currently support macOS (Client Only) and Linux (> 5.19) - ref #1156
|
@zonyitoo Hi, why does it require Linux > 5.19? It's MPTCPv1, which is available since Linux v5.6, right? https://github.com/multipath-tcp/mptcp_net-next/wiki#changelog |
|
Did you tried to run it under older version of Linux Kernel? |
|
I haven't tried this app yet. But I have tried |
|
You could try to run it under v5.15 and see if any error occured. |