public static class RttEstimator.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
alpha
weight of exponential moving average for smoothed RTT
|
double |
beta
weight of exponential moving average for RTT variation
|
double |
initialRto
initial RTO value in milliseconds
|
int |
k
RTT vaiation multiplier used when calculating RTO
|
double |
maxRto
upper bound of RTO in milliseconds
|
double |
minRto
lower bound of RTO in milliseconds
|
int |
rtoBackoffMultiplier
RTO multiplier used in backoff operation
|
| Constructor and Description |
|---|
Options() |
public double alpha
public double beta
public double initialRto
public double minRto
public double maxRto
public int k
public int rtoBackoffMultiplier
Copyright © 2019. All rights reserved.