---
title: disableFragmentation
framework: network
role: symbol
role_heading: Instance Property
path: network/nwprotocolip/options/disablefragmentation
---

# disableFragmentation

A Boolean that indicates whether fragmentation is disabled on outbound packets.

## Declaration

```swift
var disableFragmentation: Bool { get set }
```

## See Also

### Customizing IP Behavior

- [shouldCalculateReceiveTime](network/nwprotocolip/options/shouldcalculatereceivetime.md)
- [hopLimit](network/nwprotocolip/options/hoplimit.md)
- [useMinimumMTU](network/nwprotocolip/options/useminimummtu.md)
