forked from I2P_Developers/i2p.i2p
Router: Don't add 'O' cap for P/X anymore
This commit is contained in:
@ -1068,8 +1068,8 @@ public class Router implements RouterClock.ClockShiftListener {
|
|||||||
rv.append(bw);
|
rv.append(bw);
|
||||||
// 512 and unlimited supported as of 0.9.18;
|
// 512 and unlimited supported as of 0.9.18;
|
||||||
// Add 256 as well for compatibility
|
// Add 256 as well for compatibility
|
||||||
if (bw == CAPABILITY_BW512 || bw == CAPABILITY_BW_UNLIMITED)
|
//if (bw == CAPABILITY_BW512 || bw == CAPABILITY_BW_UNLIMITED)
|
||||||
rv.append(CAPABILITY_BW256);
|
// rv.append(CAPABILITY_BW256);
|
||||||
|
|
||||||
// if prop set to true, don't tell people we are ff even if we are
|
// if prop set to true, don't tell people we are ff even if we are
|
||||||
if (_context.netDb().floodfillEnabled() &&
|
if (_context.netDb().floodfillEnabled() &&
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 7;
|
public final static long BUILD = 8;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
|
Reference in New Issue
Block a user