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:
zzz
2023-02-16 10:26:14 -05:00
parent 5918613ff4
commit b44cb59a48
9 changed files with 321 additions and 94 deletions
@@ -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 = "";