forked from I2P_Developers/i2p.i2p
SSU: Set min version for IPv6 peer testing
This commit is contained in:
@ -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 = 13;
|
||||
public final static long BUILD = 14;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
@ -222,8 +222,7 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
|
||||
/**
|
||||
* IPv6 Peer Testing supported
|
||||
*/
|
||||
///////////////////////////////////// Testing only, set to 0.9.27 before release ////////////////////////////////////////
|
||||
private static final String MIN_V6_PEER_TEST_VERSION = "0.9.26";
|
||||
private static final String MIN_V6_PEER_TEST_VERSION = "0.9.27";
|
||||
|
||||
|
||||
public UDPTransport(RouterContext ctx, DHSessionKeyBuilder.Factory dh) {
|
||||
|
Reference in New Issue
Block a user