forked from I2P_Developers/i2p.i2p
turned the knob the wrong way before
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
2010-04-02 zzz
|
||||
* FloodfillPeerSelector: Adjust rankings again
|
||||
|
||||
2010-03-31 zzz
|
||||
* FloodfillPeerSelector: Adjust rankings to try to
|
||||
improve LeaseSet lookups
|
||||
|
@ -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 = 4;
|
||||
public final static long BUILD = 5;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
@ -112,7 +112,7 @@ class FloodfillPeerSelector extends PeerSelector {
|
||||
private static final int NO_FAIL_STORE_OK = 10*60*1000;
|
||||
private static final int NO_FAIL_STORE_GOOD = NO_FAIL_STORE_OK * 2;
|
||||
/** this must be longer than the max streaming timeout (60s) */
|
||||
private static final int NO_FAIL_LOOKUP_OK = 3*60*1000;
|
||||
private static final int NO_FAIL_LOOKUP_OK = 75*1000;
|
||||
private static final int NO_FAIL_LOOKUP_GOOD = NO_FAIL_LOOKUP_OK * 3;
|
||||
private static final int MAX_GOOD_RESP_TIME = 5*1000;
|
||||
|
||||
|
Reference in New Issue
Block a user