<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_multipath_service_t",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@EA@nw_multipath_service_t"
  },
  "title" : "nw_multipath_service_t"
}
-->

# nw_multipath_service_t

Modes in which a connection can support multipath protocols.

```
struct nw_multipath_service_t
```

## Topics

### Creating a multipath service type instance

[`init(_:)`](/documentation/Network/nw_multipath_service_t/init(_:))

Creates an instance of the multipath service type structure.

[`init(rawValue:)`](/documentation/Network/nw_multipath_service_t/init(rawValue:))

Creates an instance of the multipath service type structure.

### Multipath service types

[`nw_multipath_service_disabled`](/documentation/Network/nw_multipath_service_disabled)

Disable multipath.

[`nw_multipath_service_handover`](/documentation/Network/nw_multipath_service_handover)

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

[`nw_multipath_service_interactive`](/documentation/Network/nw_multipath_service_interactive)

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

[`nw_multipath_service_aggregate`](/documentation/Network/nw_multipath_service_aggregate)

Enable multipath to maximize bandwidth across multiple interfaces.

### Accessing the raw value

[`rawValue`](/documentation/Network/nw_multipath_service_t/rawValue)

The raw value of this instance.

## Relationships

### Conforms To

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

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

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

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

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

---

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)