mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-14 14:05:12 +00:00
SSU2: Enable peer test
This commit is contained in:
+11
@@ -1,7 +1,18 @@
|
||||
2022-06-01 zzz
|
||||
* SSU2: Enable peer test
|
||||
|
||||
2022-05-30 zzz
|
||||
* SSLEepGet: Send Host header to HTTPS proxy
|
||||
|
||||
2022-05-29 zzz
|
||||
* SSU2: Remove role field from peer test block
|
||||
|
||||
2022-05-28 zzz
|
||||
* Console: Require full restart on transport enable/disable
|
||||
* Crypto: Handle conversion from Java JCA 15+ EdEC keys
|
||||
* I2CP: Only send one notification to each session listener
|
||||
* i2psnark: Fix DHT not restarting after router restart
|
||||
* i2psnark: Fix scrollbar hiding X box on Firefox 100
|
||||
* Router: Don't fail to start up on unchecked family key errors
|
||||
|
||||
2022-05-27 zzz
|
||||
|
||||
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Git";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 1;
|
||||
public final static long BUILD = 2;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
@@ -20,7 +20,7 @@ final class SSU2Util {
|
||||
|
||||
// features
|
||||
public static final boolean ENABLE_RELAY = false;
|
||||
public static final boolean ENABLE_PEER_TEST = false;
|
||||
public static final boolean ENABLE_PEER_TEST = true;
|
||||
public static final boolean ENABLE_PATH_CHALLENGE = false;
|
||||
|
||||
// lengths
|
||||
|
||||
Reference in New Issue
Block a user