---
title: deadPeerDetectionRate
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nevpnprotocolikev2/deadpeerdetectionrate
---

# deadPeerDetectionRate

The frequency at which the IKEv2 client will run the dead peer detection algorithm.

## Declaration

```swift
var deadPeerDetectionRate: NEVPNIKEv2DeadPeerDetectionRate { get set }
```

## Discussion

Discussion The IKEv2 client periodically communicates with the IKEv2 server to detect when communication with the IKEv2 server has been interrupted. This property specifies how frequently this communication takes place. The default is NEVPNIKEv2DeadPeerDetectionRate.medium.

## See Also

### Accessing other IKEv2 properties

- [NEVPNIKEv2DeadPeerDetectionRate](networkextension/nevpnikev2deadpeerdetectionrate.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)
