-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
The infinite mapping support: kernel side #216
Comments
Regarding mailing list review at https://lore.kernel.org/mptcp/[email protected]/ here's the relevant pcap: |
(I just updated the TODO list in the initial message. Feel free to check points when done and/or add new one ;-) ) TODO list
|
Mat's comments about the infinite mapping on Oct 22 2021: For "infinite mapping fallback", there seem to be two separate parts of
The RFC does say that a receiver of MP_FAIL must send an MP_FAIL so both
Steps 4 and 5 could be reversed, we can't assume which order Peer B will Another layer of complexity is that MP_FAIL can be lost if it's not in a I also noticed that the multipath-tcp.org kernel does something I think the reasoning may be that the bad checksum that triggered the |
the packetdrill part will be done as part of #266 |
Split from #52 "MP_FAIL support", to deal with the single subflow case MP_FAIL.
As defined in RFC8684, 3.7 Fallback:
https://www.rfc-editor.org/rfc/rfc8684.html#section-3.7-11
TODO list
The text was updated successfully, but these errors were encountered: