SSU2: Enable peer test

This commit is contained in:
zzz
2022-06-01 09:01:50 -04:00
parent 3acc4b754a
commit a4d3bf285d
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -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