Fix the default inbound burst

This commit is contained in:
zzz
2009-11-29 18:46:48 +00:00
parent 278b917494
commit f3a88398f2

View File

@ -42,7 +42,7 @@ public class FIFOBandwidthRefiller implements Runnable {
* adjusting bandwidth class boundaries.
*/
public static final int DEFAULT_OUTBOUND_BANDWIDTH = 40;
public static final int DEFAULT_INBOUND_BURST_BANDWIDTH = 80;
public static final int DEFAULT_INBOUND_BURST_BANDWIDTH = 96;
public static final int DEFAULT_OUTBOUND_BURST_BANDWIDTH = 40;
public static final int DEFAULT_BURST_SECONDS = 60;