forked from I2P_Developers/i2p.i2p
Transport: Disable NTCP 1 by default
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2019-04-25 zzz
|
||||
* Transport: Disable NTCP 1 by default
|
||||
|
||||
2019-04-24 zzz
|
||||
* Crypto: Catch ProviderException in KeyStoreUtil (ticket #2479)
|
||||
|
||||
2019-04-22 zzz
|
||||
* Build:
|
||||
- Switch to IzPack 5.1.3 for building releases (ticket #1864)
|
||||
|
@@ -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 = "";
|
||||
|
@@ -85,7 +85,7 @@ public class TransportManager implements TransportEventListener {
|
||||
|
||||
/** default true */
|
||||
private static final String PROP_NTCP1_ENABLE = "i2np.ntcp1.enable";
|
||||
private static final boolean DEFAULT_NTCP1_ENABLE = true;
|
||||
private static final boolean DEFAULT_NTCP1_ENABLE = false;
|
||||
private static final String PROP_NTCP2_ENABLE = "i2np.ntcp2.enable";
|
||||
private static final boolean DEFAULT_NTCP2_ENABLE = true;
|
||||
|
||||
|
Reference in New Issue
Block a user