enum URLSessionConfiguration.MultipathServiceType
Discussion 議論
Multipath TCP, defined by the IETF in RFC 6824, is an extension to TCP that permits multiple interfaces to transmit a single data stream. This capability allows a seamless handover from Wi-Fi to cellular, aimed at making both interfaces more efficient and improving the user experience. IETFによってRFC 6824の中で定義される、マルチパスTCPは、TCPに対するある拡張です、それは単一のデータストリームを送信するのに複数のインターフェイスを認めます。この能力は、Wi-Fiからセルラーへの円滑なハンドオーバー(手渡し)を可能にします、両方のインターフェイスをより効率よくするそしてユーザ体験を改善することを目標にして。
The multipath
property defines which policy the Multipath TCP stack uses to schedule traffic across Wi-Fi and cellular interfaces. The default value is none
, meaning Multipath TCP is disabled. You can also select handover mode, which provides seamless handover between Wi-Fi and cellular.
multipath
プロパティは、Wi-Fiとセルラーのインターフェイスにまたがるデータ流通を予定するのにマルチパスTCPスタックがどの方針を使うかを定義します。省略時の値はnone
です、マルチパスTCPが使用不可にされるのを意味します。あなたはまた、ハンドオーバーモードを選択できます、それは継ぎ目のないハンドオーバーをWi-Fiとセルラーの間で提供します。
Multipath TCP requires server support. Resources for Linux-based systems are available at https://multipath-tcp.org. マルチパスTCPは、サーバサポートを必要とします。Linux基盤のシステムに対するリソースは、https://multipath-tcp.orgで利用できます。