forked from I2P_Developers/i2p.i2p
Router: Increase min version for floodfills, tunnels, reseed
This commit is contained in:
@@ -762,7 +762,7 @@ abstract class StoreJob extends JobImpl {
|
||||
* Short ECIES tunnel build messages (1.5.0)
|
||||
* @since 0.9.28
|
||||
*/
|
||||
public static final String MIN_STORE_VERSION = "0.9.51";
|
||||
public static final String MIN_STORE_VERSION = "0.9.59";
|
||||
|
||||
/**
|
||||
* Is it new enough?
|
||||
@@ -782,7 +782,7 @@ abstract class StoreJob extends JobImpl {
|
||||
}
|
||||
|
||||
/** @since 0.9.38 */
|
||||
public static final String MIN_STORE_LS2_VERSION = "0.9.51";
|
||||
public static final String MIN_STORE_LS2_VERSION = "0.9.59";
|
||||
|
||||
/**
|
||||
* Is it new enough?
|
||||
@@ -797,7 +797,7 @@ abstract class StoreJob extends JobImpl {
|
||||
* Was supported in 38, but they're now sigtype 11 which wasn't added until 39
|
||||
* @since 0.9.39
|
||||
*/
|
||||
public static final String MIN_STORE_ENCLS2_VERSION = "0.9.51";
|
||||
public static final String MIN_STORE_ENCLS2_VERSION = "0.9.59";
|
||||
|
||||
/**
|
||||
* Is it new enough?
|
||||
|
||||
@@ -48,7 +48,7 @@ public class ReseedBundler {
|
||||
private final static String ROUTERINFO_SUFFIX = ".dat";
|
||||
private static final int MINIMUM = 50;
|
||||
/** Same as in TunnelPeerSelector */
|
||||
private static final String MIN_VERSION = "0.9.58";
|
||||
private static final String MIN_VERSION = "0.9.59";
|
||||
|
||||
public ReseedBundler(RouterContext ctx) {
|
||||
_context = ctx;
|
||||
|
||||
@@ -71,7 +71,7 @@ public class Reseeder {
|
||||
// network ID cross-check, proposal 147, as of 0.9.42
|
||||
private static final String NETID_PARAM = "?netid=";
|
||||
/** Same as in TunnelPeerSelector */
|
||||
private static final String MIN_VERSION = "0.9.58";
|
||||
private static final String MIN_VERSION = "0.9.59";
|
||||
|
||||
/**
|
||||
* NOTE - URLs that are in both the standard and SSL groups must use the same hostname,
|
||||
|
||||
@@ -352,7 +352,7 @@ public abstract class TunnelPeerSelector extends ConnectChecker {
|
||||
}
|
||||
|
||||
/** SSU2 fixes (2.1.0), Congestion fixes (2.2.0) */
|
||||
private static final String MIN_VERSION = "0.9.58";
|
||||
private static final String MIN_VERSION = "0.9.59";
|
||||
|
||||
/**
|
||||
* Should the peer be excluded based on its published caps?
|
||||
|
||||
Reference in New Issue
Block a user