mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Tunnels: Tighten the hop throttle more
after further testing, thx obscuratus + drzed
This commit is contained in:
@@ -37,7 +37,7 @@ class ParticipatingThrottler {
|
||||
private static final int LIFETIME_PORTION = 3;
|
||||
private static final int MIN_LIMIT = 12 / LIFETIME_PORTION;
|
||||
private static final int MAX_LIMIT = 66 / LIFETIME_PORTION;
|
||||
private static final int PERCENT_LIMIT = 9 / LIFETIME_PORTION;
|
||||
private static final int PERCENT_LIMIT = 3 / LIFETIME_PORTION;
|
||||
private static final long CLEAN_TIME = 11*60*1000 / LIFETIME_PORTION;
|
||||
|
||||
public enum Result { ACCEPT, REJECT, DROP }
|
||||
|
||||
Reference in New Issue
Block a user