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]
Superseds !1359 (closed)
Merge request reports
Activity
changed milestone to %4.0.0
added Network label
mentioned in merge request !1359 (closed)
@fkuehne it is OK for me ! Sorry for the extra work (using a different branch + adding the copyright), I’ll be more careful in the future
@Aperence Thanks a lot for your approval and your contribution! We'd happy to see more from you
enabled an automatic merge when the pipeline for be12bcc5 succeeds