public class CubicCongestionControlConfiguration
extends java.lang.Object
CubicCongestionControl
is loaded.Modifier and Type | Field and Description |
---|---|
static long |
INITIAL_RTT_NS |
static long |
INITIAL_RTT_NS_DEFAULT
Default initial RTT measurement in nanoseconds
|
static java.lang.String |
INITIAL_RTT_NS_PROP_NAME
Property name for initial RTT measurement in nanoseconds.
|
static boolean |
MEASURE_RTT |
static java.lang.String |
MEASURE_RTT_PROP_NAME
Property name for measuring RTT or using static constant based on initial value.
|
static boolean |
TCP_MODE |
static java.lang.String |
TCP_MODE_PROP_NAME
Property name for accounting for TCP behavior in low RTT values after a loss.
|
Constructor and Description |
---|
CubicCongestionControlConfiguration() |
public static final java.lang.String MEASURE_RTT_PROP_NAME
INITIAL_RTT_NS_PROP_NAME
,
Constant Field Valuespublic static final java.lang.String INITIAL_RTT_NS_PROP_NAME
public static final long INITIAL_RTT_NS_DEFAULT
public static final java.lang.String TCP_MODE_PROP_NAME
WARNING: Be aware that throughput utilization becomes important. Turning this on may drastically be off the necessary throughput if utilization is low.
public static final boolean MEASURE_RTT
public static final long INITIAL_RTT_NS
public static final boolean TCP_MODE
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.