Skip to content
Snippets Groups Projects
Unverified Commit e66f4f7c authored by Anthony Doeraene's avatar Anthony Doeraene
Browse files

Add Multipath TCP (MPTCP) support

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 include declaring a new sharedMPTCPSession property in NSURLSession, and replacing previous uses of [NSURLSession sharedSession] to [NSURLSession sharedMPTCPSession]
parent b78b8cd7
No related branches found
No related tags found
Loading
Pipeline #504681 passed with stages
in 4 minutes and 14 seconds
Showing with 143 additions and 4 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment