firefox-ios icon indicating copy to clipboard operation
firefox-ios copied to clipboard

Add support for MPTCP in the app

Open Aperence opened this issue 1 year ago • 1 comments

User Problem

Why should we implement this? What is the user benefit?

MPTCP allows a better network reliability by permitting a seamless transition between different network interfaces in case of deterioration of the connection on one of them. Typically, if the connection becomes slow on the Wi-Fi interface, we can transition to the cellular interface without having to recreate the connection. Another use-case could be to use both interface in parallel to speed-up the download of files on this browser.

Ideas for Solution

Let us know if you have an idea on how to solve this user problem

Use the multipathServiceType option in the URLSessionConfiguration with, for example, the handover mode. Examples on how to enable MPTCP in swift on iOS can be found on this repository

┆Issue is synchronized with this Jira Task

Aperence avatar Aug 06 '24 12:08 Aperence

➤ Nishant Bhasin commented:

This is a contributor PR https://github.com/mozilla-mobile/firefox-ios/pull/21480 ( https://github.com/mozilla-mobile/firefox-ios/pull/21480 )

data-sync-user avatar Oct 01 '24 17:10 data-sync-user

#21480 has been merged, this issue can probably be closed.

matttbe avatar Oct 25 '24 10:10 matttbe