---
title: NEVPNIKEv2DeadPeerDetectionRate
framework: networkextension
role: symbol
role_heading: Enumeration
path: networkextension/nevpnikev2deadpeerdetectionrate
---

# NEVPNIKEv2DeadPeerDetectionRate

An enumeration of values for the frequency at which the IKEv2 client runs the dead peer detection algorithm.

## Declaration

```swift
enum NEVPNIKEv2DeadPeerDetectionRate
```

## Topics

### Detection rates

- [NEVPNIKEv2DeadPeerDetectionRate.none](networkextension/nevpnikev2deadpeerdetectionrate/none.md)
- [NEVPNIKEv2DeadPeerDetectionRate.low](networkextension/nevpnikev2deadpeerdetectionrate/low.md)
- [NEVPNIKEv2DeadPeerDetectionRate.medium](networkextension/nevpnikev2deadpeerdetectionrate/medium.md)
- [NEVPNIKEv2DeadPeerDetectionRate.high](networkextension/nevpnikev2deadpeerdetectionrate/high.md)

### Initializers

- [init(rawValue:)](networkextension/nevpnikev2deadpeerdetectionrate/init(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)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing other IKEv2 properties

- [deadPeerDetectionRate](networkextension/nevpnprotocolikev2/deadpeerdetectionrate.md)
- [useConfigurationAttributeInternalIPSubnet](networkextension/nevpnprotocolikev2/useconfigurationattributeinternalipsubnet.md)
- [disableMOBIKE](networkextension/nevpnprotocolikev2/disablemobike.md)
- [disableRedirect](networkextension/nevpnprotocolikev2/disableredirect.md)
- [enablePFS](networkextension/nevpnprotocolikev2/enablepfs.md)
- [enableRevocationCheck](networkextension/nevpnprotocolikev2/enablerevocationcheck.md)
- [strictRevocationCheck](networkextension/nevpnprotocolikev2/strictrevocationcheck.md)
- [mtu](networkextension/nevpnprotocolikev2/mtu.md)
