post-release cost cleanup

This commit is contained in:
zzz
2010-03-17 22:05:45 +00:00
parent 80654b2732
commit f3b78fc82f

View File

@ -421,8 +421,8 @@ public abstract class TransportImpl implements Transport {
} }
} }
/** To protect dev anonymity. Set to true after 0.7.12 is out */ /** Do we increase the advertised cost when approaching conn limits? */
public static final boolean ADJUST_COST = !RouterVersion.VERSION.equals("0.7.11"); public static final boolean ADJUST_COST = true;
/** What addresses are we currently listening to? */ /** What addresses are we currently listening to? */
public RouterAddress getCurrentAddress() { public RouterAddress getCurrentAddress() {