|
|
|
|
|
by songgao
4663 days ago
|
|
If iOS is exposing the API, I believe it should at least provide a parameter whether it should be a MPTCP or a classic TCP. Sometimes you don't need that reliable trasmission; using MPTCP would cause unnecessary cellular data usage. |
|
Without multipath TCP, you have to drop and restart each connection, which in some applications can cause hiccups, latency, or even complete loss of state.
Of course, all of this depends on server-side MPTCP support as well, which most systems don't ship with out of the box.