IkeSessionParams.IkeDpdDelaySecDisabled Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Setting timer to this value will disable the Dead Peer Detection(DPD).
[Android.Runtime.Register("IKE_DPD_DELAY_SEC_DISABLED", ApiSince=35)]
public const int IkeDpdDelaySecDisabled = 2147483647;
[<Android.Runtime.Register("IKE_DPD_DELAY_SEC_DISABLED", ApiSince=35)>]
val mutable IkeDpdDelaySecDisabled : int
Field Value
Value = 2147483647- Attributes
Remarks
Setting timer to this value will disable the Dead Peer Detection(DPD).
Java documentation for android.net.ipsec.ike.IkeSessionParams.IKE_DPD_DELAY_SEC_DISABLED
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.