forked from I2P_Developers/i2p.i2p
post-release cost cleanup
This commit is contained in:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user