CarrierConfigManager.Iwlan.KeyRetransmitTimerMsecIntArray 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.
List of IKE message retransmission timeouts in milliseconds, where each timeout is the waiting time before next retry, except the last timeout which is the waiting time before terminating the IKE Session.
[Android.Runtime.Register("KEY_RETRANSMIT_TIMER_MSEC_INT_ARRAY", ApiSince=31)]
public const string KeyRetransmitTimerMsecIntArray;
[<Android.Runtime.Register("KEY_RETRANSMIT_TIMER_MSEC_INT_ARRAY", ApiSince=31)>]
val mutable KeyRetransmitTimerMsecIntArray : string
Field Value
- Attributes
Remarks
List of IKE message retransmission timeouts in milliseconds, where each timeout is the waiting time before next retry, except the last timeout which is the waiting time before terminating the IKE Session. Min list length = 1, Max list length = 10 Min timeout = 500 ms, Max timeout = 1800000 ms
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.