Instance Property インスタンスプロパティ

multipathServiceType

A service type that specifies the Multipath TCP connection policy for transmitting data over Wi-Fi and cellular interfaces. あるサービス型、それはWi-Fiおよびcellularインターフェイス越しのデータ転送に対するマルチパスTCP接続方針を指定します。

Declaration 宣言

var multipathServiceType: URLSessionConfiguration.MultipathServiceType { get set }

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 multipathServiceType 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. multipathServiceTypeプロパティは、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で利用できます。

See Also 参照

Supporting Multipath TCP マルチパスTCPをサポートする