<!--
{
  "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/NWProtocolUDP/Options",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network13NWProtocolUDPC7OptionsC"
  },
  "title" : "NWProtocolUDP.Options"
}
-->

# NWProtocolUDP.Options

A container of options for configuring how UDP is used on a connection.

```
class Options
```

## Topics

### Customizing UDP Connections

[`init()`](/documentation/Network/NWProtocolUDP/Options/init())

Initializes a default set of UDP connection options.

[`var preferNoChecksum: Bool`](/documentation/Network/NWProtocolUDP/Options/preferNoChecksum)

A Boolean that configures the connection to not send UDP checksums.

## Relationships

### Conforms To

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

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

### Inherits From

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

---

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)