Class 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 long High
      [@const] NEVPNIKEv2DeadPeerDetectionRateHigh Run dead peer detection once every 1 minute.
      static long Low
      [@const] NEVPNIKEv2DeadPeerDetectionRateLow Run dead peer detection once every 30 minutes.
      static long Medium
      [@const] NEVPNIKEv2DeadPeerDetectionRateMedium Run dead peer detection once every 10 minutes.
      static long None
      [@const] NEVPNIKEv2DeadPeerDetectionRateNone Do not perform dead peer detection
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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