MptcpFlags
Description:
[ CCode ( cprefix = "NM_MPTCP_FLAGS_" , type_id = "nm_mptcp_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.40" ) ]
public enum MptcpFlags
Content:
Enum values:
- ALSO_WITHOUT_DEFAULT_ROUTE -
even if MPTCP handling is enabled via the "enabled" flag, it is ignored per-address family unless
NetworkManager configures a default route.
- ALSO_WITHOUT_SYSCTL - even if
MPTCP handling is enabled via the "enabled" flag, it is ignored unless "/proc/sys/net/mptcp/enabled" is on.
- BACKUP - Flag for the MPTCP endpoint.
- DISABLED - don't configure MPTCP endpoints
on the device.
- ENABLED - MPTCP is enabled and endpoints
will be configured.
- FULLMESH - Flag for the MPTCP endpoint.
- NONE - The default, meaning that no MPTCP flags
are set.
- SIGNAL - Flag for the MPTCP endpoint.
- SUBFLOW - Flag for the MPTCP endpoint.