mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-08 08:41:54 +00:00
Transports: Add new inbound connection throttler
To limit rate increase of inbound conns Add exemption system so inbound tunnel builds bypass the throttler
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Git";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 8;
|
||||
public final static long BUILD = 9;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user