Skip to content
Snippets Groups Projects
Commit 210c88b3 authored by Anthony Doeraene's avatar Anthony Doeraene Committed by Felix Paul Kühne
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 b68dbf01
No related branches found
No related tags found
1 merge request!1372Add Multipath TCP (MPTCP) support
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