---
title: nw_link_quality_t
framework: network
role: symbol
role_heading: Structure
path: network/nw_link_quality_t
---

# nw_link_quality_t

## Declaration

```swift
struct nw_link_quality_t
```

## Overview

Overview Link quality measurement is a representation of the expected capabilities of the link layer network attachment. Use this value to tune initial values for algorithms that can scale with the capabilities of the network. Do not use this value to gate connection attempts or to override adjustments that would be made based on actual network performance.

## Topics

### Initializers

- [init(_:)](network/nw_link_quality_t/init(_:).md)
- [init(rawValue:)](network/nw_link_quality_t/init(rawvalue:).md)

### Instance Properties

- [rawValue](network/nw_link_quality_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
