forked from I2P_Developers/i2p.i2p
i2psnark: Enable dual-keys
This commit is contained in:
@ -295,6 +295,8 @@ public class I2PSnarkUtil {
|
|||||||
opts.setProperty("i2p.streaming.answerPings", "false");
|
opts.setProperty("i2p.streaming.answerPings", "false");
|
||||||
if (opts.getProperty(I2PClient.PROP_SIGTYPE) == null)
|
if (opts.getProperty(I2PClient.PROP_SIGTYPE) == null)
|
||||||
opts.setProperty(I2PClient.PROP_SIGTYPE, "EdDSA_SHA512_Ed25519");
|
opts.setProperty(I2PClient.PROP_SIGTYPE, "EdDSA_SHA512_Ed25519");
|
||||||
|
if (opts.getProperty("i2cp.leaseSetEncType") == null)
|
||||||
|
opts.setProperty("i2cp.leaseSetEncType", "4,0");
|
||||||
// assume compressed content
|
// assume compressed content
|
||||||
if (opts.getProperty(I2PClient.PROP_GZIP) == null)
|
if (opts.getProperty(I2PClient.PROP_GZIP) == null)
|
||||||
opts.setProperty(I2PClient.PROP_GZIP, "false");
|
opts.setProperty(I2PClient.PROP_GZIP, "false");
|
||||||
|
Reference in New Issue
Block a user