Enumeration Case
列挙ケース
URLSessionConfiguration.MultipathServiceType.handover
A Multipath TCP service that provides seamless handover between Wi-Fi and cellular in order to preserve the connection.
あるマルチパスTCPサービス、それは、接続を保つ目的で、継ぎ目のないハンドオーバーをWi-Fiとセルラーの間に提供します。
Discussion
議論
Specify this option for long-lived or persistent connections. You must also set the Multipath Entitlement
in the Xcode Capabilities pane for your app.
このオプションを長寿命のまたは永続的な接続に対して指定してください。あなたはまた、Multipath Entitlement
をXcode Capabilitiesペインにおいてあなたのアプリに対して設定しなければなりません。
See Also
参照
Service Types
サービス型
case none
The default service type indicating that Multipath TCP should not be used.
マルチパスTCPが使われるべきでないことを指し示している、省略時のサービス型。
case interactive
A service whereby Multipath TCP attempts to use the lowest-latency interface.
マルチパスTCPが最低待ち時間インターフェイスを使うよう試みるところのあるサービス。
case aggregate
A service that aggregates the capacities of other Multipath options in an attempt to increase throughput and minimize latency.
あるサービス、それは、スループットを増大して待ち時間を最小化しようと、他のマルチパスオプションの能力をまとめます。