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);
|
||||
// 512 and unlimited supported as of 0.9.18;
|
||||
// Add 256 as well for compatibility
|
||||
if (bw == CAPABILITY_BW512 || bw == CAPABILITY_BW_UNLIMITED)
|
||||
rv.append(CAPABILITY_BW256);
|
||||
//if (bw == CAPABILITY_BW512 || bw == CAPABILITY_BW_UNLIMITED)
|
||||
// rv.append(CAPABILITY_BW256);
|
||||
|
||||
// if prop set to true, don't tell people we are ff even if we are
|
||||
if (_context.netDb().floodfillEnabled() &&
|
||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 7;
|
||||
public final static long BUILD = 8;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user