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

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

* Tunnels: Change expl. OB default to 3+0

parent 5667a664
No related branches found
No related tags found
No related merge requests found
...@@ -69,9 +69,9 @@ public class TunnelPoolSettings { ...@@ -69,9 +69,9 @@ public class TunnelPoolSettings {
private static final int DEFAULT_LENGTH_VARIANCE = 0; private static final int DEFAULT_LENGTH_VARIANCE = 0;
/** expl only */ /** expl only */
private static final int DEFAULT_IB_EXPL_LENGTH = 2; private static final int DEFAULT_IB_EXPL_LENGTH = 2;
private static final int DEFAULT_OB_EXPL_LENGTH = 2; private static final int DEFAULT_OB_EXPL_LENGTH = isSlow ? 2 : 3;
private static final int DEFAULT_IB_EXPL_LENGTH_VARIANCE = isSlow ? 0 : 1; private static final int DEFAULT_IB_EXPL_LENGTH_VARIANCE = isSlow ? 0 : 1;
private static final int DEFAULT_OB_EXPL_LENGTH_VARIANCE = isSlow ? 0 : 1; private static final int DEFAULT_OB_EXPL_LENGTH_VARIANCE = 0;
public static final boolean DEFAULT_ALLOW_ZERO_HOP = true; public static final boolean DEFAULT_ALLOW_ZERO_HOP = true;
public static final int DEFAULT_IP_RESTRICTION = 2; // class B (/16) public static final int DEFAULT_IP_RESTRICTION = 2; // class B (/16)
......
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