public static class SegmentFetcher.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
aiStep
additive increase step (in segments)
|
boolean |
disableCwa
disable Conservative Window Adaptation
|
boolean |
ignoreCongMarks
disable window decrease after congestion mark received
|
double |
initCwnd
initial congestion window size
|
double |
initSsthresh
initial slow start threshold
|
int |
interestLifetime
lifetime of sent Interests in milliseconds - independent of Interest timeout
|
int |
maxTimeout
maximum allowed time between successful receipt of segments in millisecond
|
int |
maxWindowSize
max window size for sending interests
|
double |
mdCoef
multiplicative decrease coefficient
|
boolean |
resetCwndToInit
reduce cwnd_ to initCwnd when loss event occurs
|
int |
rtoCheckInterval
interval for checking retransmission timer in millisecond
|
RttEstimator.Options |
rttOptions
options for RTT estimator
|
boolean |
useConstantCwnd
if true, window size is kept at `initCwnd`
|
boolean |
useConstantInterestTimeout
if true, Interest timeout is kept at `maxTimeout`
|
| Constructor and Description |
|---|
Options() |
public boolean useConstantCwnd
public int interestLifetime
public double initCwnd
public int maxTimeout
public double initSsthresh
public double aiStep
public double mdCoef
public int rtoCheckInterval
public boolean disableCwa
public boolean resetCwndToInit
public boolean ignoreCongMarks
public int maxWindowSize
public boolean useConstantInterestTimeout
public RttEstimator.Options rttOptions
Copyright © 2019. All rights reserved.