Changes
This commit is contained in:
@@ -26,6 +26,7 @@ public class KLALBControllerConfigItem extends KLALBConfigItem {
|
||||
private boolean denyLineTableQuery=false;
|
||||
private boolean denyLineTableBroadcast=false;
|
||||
private String congestionAlgorithm="BBR";
|
||||
private double burstLimit=1.20;
|
||||
private double delayUpperBound=1.20;
|
||||
private double delayLowerBound=1.15;
|
||||
private long nagleDelayTime=1000000L;
|
||||
@@ -205,6 +206,18 @@ public class KLALBControllerConfigItem extends KLALBConfigItem {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public double getBurstLimit() {
|
||||
return burstLimit;
|
||||
}
|
||||
|
||||
|
||||
public void setBurstLimit(double burstLimit) {
|
||||
this.burstLimit = burstLimit;
|
||||
}
|
||||
|
||||
|
||||
public double getDelayUpperBound() {
|
||||
|
||||
Reference in New Issue
Block a user