NextcloudKit icon indicating copy to clipboard operation
NextcloudKit copied to clipboard

Add Multipath TCP (MPTCP) support

Open Aperence opened this issue 1 year ago • 0 comments

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

Aperence avatar Aug 08 '24 12:08 Aperence