Package apple.network.enums
Class nw_multipath_service_t
- java.lang.Object
-
- apple.network.enums.nw_multipath_service_t
-
public final class nw_multipath_service_t extends java.lang.Object[@typedef] nw_multipath_service_t Multipath services represent the modes of multipath usage that are allowed for connections.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_multipath_service_aggregate[@const] nw_multipath_service_aggregate Use all available interfaces to provide the highest throughput and lowest latencystatic intnw_multipath_service_disabled[@const] nw_multipath_service_disabled No multipath transport will be attemptedstatic intnw_multipath_service_handover[@const] nw_multipath_service_handover Only use the expensive interface when the when the primary one is not availablestatic intnw_multipath_service_interactive[@const] nw_multipath_service_interactive Use the expensive interface more aggressively to reduce latency
-
-
-
Field Detail
-
nw_multipath_service_disabled
public static final int nw_multipath_service_disabled
[@const] nw_multipath_service_disabled No multipath transport will be attempted- See Also:
- Constant Field Values
-
nw_multipath_service_handover
public static final int nw_multipath_service_handover
[@const] nw_multipath_service_handover Only use the expensive interface when the when the primary one is not available- See Also:
- Constant Field Values
-
nw_multipath_service_interactive
public static final int nw_multipath_service_interactive
[@const] nw_multipath_service_interactive Use the expensive interface more aggressively to reduce latency- See Also:
- Constant Field Values
-
nw_multipath_service_aggregate
public static final int nw_multipath_service_aggregate
[@const] nw_multipath_service_aggregate Use all available interfaces to provide the highest throughput and lowest latency- See Also:
- Constant Field Values
-
-