Enumeration Case 列挙ケース

URLSessionConfiguration.MultipathServiceType.aggregate

A service that aggregates the capacities of other Multipath options in an attempt to increase throughput and minimize latency. あるサービス、それは、スループットを増大して待ち時間を最小化しようと、他のマルチパスオプションの能力をまとめます。

Declaration 宣言

case aggregate = 3

Discussion 議論

This option is available only for experimentation. Specify it for connections that use cellular data. You must also set the Multipath Entitlement in the Xcode Capabilities pane for your app. このオプションは、実験のためにのみ利用可能です。それを、セルラーデータを使う接続に対して指定してください。あなたはまた、Multipath EntitlementをXcode Capabilitiesペインにおいてあなたのアプリに対して設定しなければなりません。

To enable the aggregation mode, open the Settings app on your development iPhone and navigate to Developer, and then turn on Multipath Networking. この集成モードを可能にするには、Settingsアプリをあなたの開発iPhone上で開いて、Developerに行き、それからMultipath Networkingを入りにしてください。

Multipath Aggregation requires an iOS device in Developer mode with a cellular connection running iOS 11.0 or later. Multipath Aggregationは、iOS 11.0以降が動作しているセルラー接続をつかうDeveloperモードでのiOSデバイスを必要とします。

See Also 参照

Service Types サービス型