Enumeration Case
列挙ケース
URLSessionConfiguration.MultipathServiceType.interactive
A service whereby Multipath TCP attempts to use the lowest-latency interface.
マルチパスTCPが最低待ち時間インターフェイスを使うよう試みるところのあるサービス。
Discussion
議論
Specify this option for latency-sensitive, low-volume connections that might use cellular data. 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 handover
A Multipath TCP service that provides seamless handover between Wi-Fi and cellular in order to preserve the connection.
あるマルチパスTCPサービス、それは、接続を保つ目的で、継ぎ目のないハンドオーバーをWi-Fiとセルラーの間に提供します。
case aggregate
A service that aggregates the capacities of other Multipath options in an attempt to increase throughput and minimize latency.
あるサービス、それは、スループットを増大して待ち時間を最小化しようと、他のマルチパスオプションの能力をまとめます。