Skip to content
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

first try #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

first try #3

wants to merge 1 commit into from

Conversation

CrapsDorian
Copy link
Owner

No description provided.

@matttbe matttbe changed the base branch from mptcp to master April 29, 2024 15:43
@matttbe matttbe force-pushed the mptcp-macOS branch 2 times, most recently from 6c89cce to eb603a3 Compare April 29, 2024 15:59
@matttbe matttbe force-pushed the mptcp-macOS branch 2 times, most recently from c0323d6 to 84ddf06 Compare April 29, 2024 18:04
@matttbe matttbe force-pushed the master branch 3 times, most recently from 6f59746 to 3dfbf45 Compare April 29, 2024 19:23
@matttbe matttbe force-pushed the mptcp-macOS branch 3 times, most recently from 29218f6 to 1d6805e Compare April 30, 2024 05:38
Multipath TCP (MPTCP), standardized in RFC8684 [1], is a TCP extension
that enables a TCP connection to use different paths.

MPTCP on macOS should be used via Apple's Network API [2] which is quite
different from the socket API.

On the other hand, an undocumented way to use MPTCP is to create a
socket with the AF_MULTIPATH family, and then use Apple's connectx().

To avoid duplicating the code of connectx() for TCP Fast Open and MPTCP,
a new helper has been created: do_connectx().

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants