<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_path_is_ultra_constrained(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@F@nw_path_is_ultra_constrained"
  },
  "title" : "nw_path_is_ultra_constrained(_:)"
}
-->

# nw_path_is_ultra_constrained(_:)

```
func nw_path_is_ultra_constrained(_ path: nw_path_t) -> Bool
```

## Parameters

`path`

The path object to check.

## Return Value

Returns true if the path uses any network interface that is considered ultra-constrained,
false otherwise.

## Discussion

\abstract Checks if the path uses any network interfaces that are considered ultra-constrained.

---

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)