forked from I2P_Developers/i2p.i2p
* Tunnels: Change expl. IB default to 2 + 0-1
This commit is contained in:
10
history.txt
10
history.txt
@@ -1,7 +1,13 @@
|
||||
2014-01-28 zzz, dg
|
||||
* I2CP: Use client tunnels for b32 lookups (ticket #1166)
|
||||
2014-01-28 zzz
|
||||
* /configclients: Add link to plugins.i2p; don't show delete button for console
|
||||
* Tunnels: Change expl. IB default to 2 + 0-1
|
||||
|
||||
2014-01-28 dg
|
||||
* I2PSnark: Make 'kitty.png' transparent
|
||||
|
||||
2014-01-28 zzz
|
||||
* I2CP: Use client tunnels for b32 lookups (ticket #1166)
|
||||
|
||||
2014-01-27 zzz
|
||||
Prop from i2p.i2p.zzz.i2cp:
|
||||
* I2CP:
|
||||
|
||||
@@ -70,7 +70,7 @@ public class TunnelPoolSettings {
|
||||
/** expl only */
|
||||
private static final int DEFAULT_IB_EXPL_LENGTH = 2;
|
||||
private static final int DEFAULT_OB_EXPL_LENGTH = 2;
|
||||
private static final int DEFAULT_IB_EXPL_LENGTH_VARIANCE = 0;
|
||||
private static final int DEFAULT_IB_EXPL_LENGTH_VARIANCE = isSlow ? 0 : 1;
|
||||
private static final int DEFAULT_OB_EXPL_LENGTH_VARIANCE = isSlow ? 0 : 1;
|
||||
|
||||
public static final boolean DEFAULT_ALLOW_ZERO_HOP = true;
|
||||
|
||||
Reference in New Issue
Block a user