<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 12.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/NWParameters/MultipathServiceType-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network12NWParametersC20MultipathServiceTypeO"
  },
  "title" : "NWParameters.MultipathServiceType"
}
-->

# NWParameters.MultipathServiceType

Modes in which a connection can support multipath protocols.

```
enum MultipathServiceType
```

## Topics

### Multipath Service Types

[`NWParameters.MultipathServiceType.disabled`](/documentation/Network/NWParameters/MultipathServiceType-swift.enum/disabled)

Disable multipath.

[`NWParameters.MultipathServiceType.handover`](/documentation/Network/NWParameters/MultipathServiceType-swift.enum/handover)

Enable multipath, but only use other interfaces when the primary interface is lost.

[`NWParameters.MultipathServiceType.interactive`](/documentation/Network/NWParameters/MultipathServiceType-swift.enum/interactive)

Enable multipath to use other interfaces when the primary interface encounters loss or delay.

[`NWParameters.MultipathServiceType.aggregate`](/documentation/Network/NWParameters/MultipathServiceType-swift.enum/aggregate)

Enable multipath to maximize bandwidth across multiple interfaces.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)