MultipathType

Network path types used in multipath transmission.

Since:
Available since v4.6.0.

Enumerator

MULTIPATH_TYPE_LAN
(0): LAN type, indicates data is transmitted over a local area network. Suitable for high-speed, low-latency connections.
MULTIPATH_TYPE_WIFI
(1): Wi-Fi type, indicates data is transmitted over a Wi-Fi network. Suitable for wireless connections with moderate latency.
MULTIPATH_TYPE_MOBILE
(2): Mobile network type, indicates data is transmitted over a mobile network. Suitable for scenarios with higher latency and unstable connections.
MULTIPATH_TYPE_UNKNOWN
(99): Unknown type, indicates an unrecognized path type. Can be used for error handling or fallback scenarios.