Package apple.networkextension.enums
Class NEVPNIKEv2DeadPeerDetectionRate
- java.lang.Object
-
- apple.networkextension.enums.NEVPNIKEv2DeadPeerDetectionRate
-
public final class NEVPNIKEv2DeadPeerDetectionRate extends java.lang.Object[@typedef] NEVPNIKEv2DeadPeerDetectionRate IKEv2 Dead Peer Detection Rates
-
-
Field Summary
Fields Modifier and Type Field Description static longHigh[@const] NEVPNIKEv2DeadPeerDetectionRateHigh Run dead peer detection once every 1 minute.static longLow[@const] NEVPNIKEv2DeadPeerDetectionRateLow Run dead peer detection once every 30 minutes.static longMedium[@const] NEVPNIKEv2DeadPeerDetectionRateMedium Run dead peer detection once every 10 minutes.static longNone[@const] NEVPNIKEv2DeadPeerDetectionRateNone Do not perform dead peer detection
-
-
-
Field Detail
-
None
public static final long None
[@const] NEVPNIKEv2DeadPeerDetectionRateNone Do not perform dead peer detection- See Also:
- Constant Field Values
-
Low
public static final long Low
[@const] NEVPNIKEv2DeadPeerDetectionRateLow Run dead peer detection once every 30 minutes. If the peer does not respond, retry 5 times at 1 second intervals before declaring the peer dead- See Also:
- Constant Field Values
-
Medium
public static final long Medium
[@const] NEVPNIKEv2DeadPeerDetectionRateMedium Run dead peer detection once every 10 minutes. If the peer does not respond, retry 5 times at 1 second intervals before declaring the peer dead- See Also:
- Constant Field Values
-
High
public static final long High
[@const] NEVPNIKEv2DeadPeerDetectionRateHigh Run dead peer detection once every 1 minute. If the peer does not respond, retry 5 times at 1 second intervals before declaring the peer dead- See Also:
- Constant Field Values
-
-