public class CubicCongestionControlConfiguration extends Object
CubicCongestionControl
is loaded.Modifier and Type | Field and Description |
---|---|
static long |
INITIAL_RTT_NS
Setting to be used for the initial RTT time when not measuring.
|
static long |
INITIAL_RTT_NS_DEFAULT
Default initial RTT measurement in nanoseconds.
|
static String |
INITIAL_RTT_NS_PROP_NAME
Property name for initial RTT measurement in nanoseconds.
|
static boolean |
MEASURE_RTT
Should RTT be measured.
|
static String |
MEASURE_RTT_PROP_NAME
Property name for measuring RTT or using static constant based on initial value.
|
static boolean |
TCP_MODE
Should TCP behaviour mode be on or off.
|
static 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 String MEASURE_RTT_PROP_NAME
INITIAL_RTT_NS_PROP_NAME
,
Constant Field Valuespublic static final String INITIAL_RTT_NS_PROP_NAME
public static final long INITIAL_RTT_NS_DEFAULT
public static final 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
MEASURE_RTT_PROP_NAME
public static final long INITIAL_RTT_NS
INITIAL_RTT_NS_PROP_NAME
public static final boolean TCP_MODE
TCP_MODE_PROP_NAME
Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.