Router: Don't add 'O' cap for P/X anymore

This commit is contained in:
zzz
2018-09-26 14:20:11 +00:00
parent b7ff82eb82
commit b82ace8a84
2 changed files with 3 additions and 3 deletions

View File

@ -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() &&

View File

@ -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";