I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 4c2d4144 authored by zzz's avatar zzz
Browse files

* i2psnark: Change default tunnel length from 1+1 to 2+0

parent 387587b0
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ public class SnarkManager implements Snark.CompleteListener { ...@@ -130,7 +130,7 @@ public class SnarkManager implements Snark.CompleteListener {
if (!_config.containsKey(PROP_I2CP_PORT)) if (!_config.containsKey(PROP_I2CP_PORT))
_config.setProperty(PROP_I2CP_PORT, "7654"); _config.setProperty(PROP_I2CP_PORT, "7654");
if (!_config.containsKey(PROP_I2CP_OPTS)) if (!_config.containsKey(PROP_I2CP_OPTS))
_config.setProperty(PROP_I2CP_OPTS, "inbound.length=1 inbound.lengthVariance=1 outbound.length=1 outbound.lengthVariance=1"); _config.setProperty(PROP_I2CP_OPTS, "inbound.length=2 inbound.lengthVariance=0 outbound.length=2 outbound.lengthVariance=0");
if (!_config.containsKey(PROP_EEP_HOST)) if (!_config.containsKey(PROP_EEP_HOST))
_config.setProperty(PROP_EEP_HOST, "localhost"); _config.setProperty(PROP_EEP_HOST, "localhost");
if (!_config.containsKey(PROP_EEP_PORT)) if (!_config.containsKey(PROP_EEP_PORT))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment