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

Add Multipath TCP (MPTCP) support #85

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

Conversation

Aperence
Copy link

@Aperence Aperence commented Aug 8, 2024

MPTCP is a TCP extension allowing to improve network reliabilty by using mutiple network interface for the same TCP connection. Check https://www.mptcp.dev and https://developer.apple.com/documentation/foundation/urlsessionconfiguration/improving_network_reliability_using_multipath_tcp for details. Changes to this repository includes introducing a new Alamofire shared session (MPTCP session), and modifying the URLSessionConfigurations to set multipathServiceType to Handover

MPTCP is a TCP extension allowing to improve network reliabilty by using mutiple network
interface for the same TCP connection.
Check https://www.mptcp.dev and https://developer.apple.com/documentation/foundation/urlsessionconfiguration/improving_network_reliability_using_multipath_tcp for details.
Changes to this repository includes introducing a new Alamofire shared session (MPTCP session),
and modifying the URLSessionConfigurations to set multipathServiceType to Handover

Signed-off-by: Anthony Doeraene <[email protected]>
@Aperence Aperence changed the title Add Mutipath TCP (MPTCP) support Add Multipath TCP (MPTCP) support Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant