CarrierConfigManager.Ims.KeyIpv4SipMtuSizeCellularInt 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.
Specify the maximum IPV4 MTU size of SIP message on Cellular.
[Android.Runtime.Register("KEY_IPV4_SIP_MTU_SIZE_CELLULAR_INT", ApiSince=33)]
public const string KeyIpv4SipMtuSizeCellularInt;
[<Android.Runtime.Register("KEY_IPV4_SIP_MTU_SIZE_CELLULAR_INT", ApiSince=33)>]
val mutable KeyIpv4SipMtuSizeCellularInt : string
Field Value
- Attributes
Remarks
Specify the maximum IPV4 MTU size of SIP message on Cellular.
If #KEY_SIP_PREFERRED_TRANSPORT_INT
is #PREFERRED_TRANSPORT_DYNAMIC_UDP_TCP
and SIP message MTU size is more than this value, then SIP transport will be TCP, else the SIP transport is UDP.
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.