change congestion cost increment back to 1 for now

This commit is contained in:
zzz
2013-06-14 16:13:20 +00:00
parent e0cd71069f
commit 34b7081303

View File

@@ -474,7 +474,8 @@ public abstract class TransportImpl implements Transport {
/** Do we increase the advertised cost when approaching conn limits? */
protected static final boolean ADJUST_COST = true;
protected static final int CONGESTION_COST_ADJUSTMENT = 2;
/** TODO change to 2 */
protected static final int CONGESTION_COST_ADJUSTMENT = 1;
/**
* What addresses are we currently listening to?