CarrierConfigManager.Ims.KeyIpv6SipMtuSizeCellularInt Field

Definition

Specify the maximum IPV6 MTU size of SIP message on Cellular.

[Android.Runtime.Register("KEY_IPV6_SIP_MTU_SIZE_CELLULAR_INT", ApiSince=33)]
public const string KeyIpv6SipMtuSizeCellularInt;
[<Android.Runtime.Register("KEY_IPV6_SIP_MTU_SIZE_CELLULAR_INT", ApiSince=33)>]
val mutable KeyIpv6SipMtuSizeCellularInt : string

Field Value

Attributes

Remarks

Specify the maximum IPV6 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.

Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_IPV6_SIP_MTU_SIZE_CELLULAR_INT.

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.

Applies to