I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f3b78fc8 authored by zzz's avatar zzz
Browse files

post-release cost cleanup

parent 80654b27
No related branches found
No related tags found
No related merge requests found
......@@ -421,8 +421,8 @@ public abstract class TransportImpl implements Transport {
}
}
/** To protect dev anonymity. Set to true after 0.7.12 is out */
public static final boolean ADJUST_COST = !RouterVersion.VERSION.equals("0.7.11");
/** Do we increase the advertised cost when approaching conn limits? */
public static final boolean ADJUST_COST = true;
/** What addresses are we currently listening to? */
public RouterAddress getCurrentAddress() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment