Skip to content
Snippets Groups Projects

Add Multipath TCP (MPTCP) support

Merged Felix Paul Kühne requested to merge fkuehne/vlc-ios:mptcp-support into master

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

Merge request pipeline #506069 passed

Merge request pipeline passed for be12bcc5

Approval is optional

Merged by Felix Paul KühneFelix Paul Kühne 8 months ago (Aug 23, 2024 5:38pm UTC)

Merge details

  • Changes merged into master with be12bcc5.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #506070 passed

Pipeline passed for be12bcc5 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading