public final class nw_multipath_service_t
extends java.lang.Object
Multipath services represent the modes of multipath usage that are allowed for connections.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_multipath_service_aggregate
[@const] nw_multipath_service_aggregate Use all available interfaces to provide the highest throughput and lowest latency
|
static int |
nw_multipath_service_disabled
[@const] nw_multipath_service_disabled No multipath transport will be attempted
|
static int |
nw_multipath_service_handover
[@const] nw_multipath_service_handover Only use the expensive interface when the when the primary one is not available
|
static int |
nw_multipath_service_interactive
[@const] nw_multipath_service_interactive Use the expensive interface more aggressively to reduce latency
|
public static final int nw_multipath_service_disabled
public static final int nw_multipath_service_handover
public static final int nw_multipath_service_interactive
public static final int nw_multipath_service_aggregate