- Job Queue/stats: add stat/graph for amount of scheduled jobs (router.tunnelBacklog)

- FloodfillMonitorJob:
  - Use avg of router.tunnelBacklog instead of current backlog
- Some language/spelling fixes
This commit is contained in:
dg2-new
2015-05-12 18:46:40 +00:00
parent 287862887d
commit 8303016b48
22 changed files with 28 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ public class TunnelDataMessage extends FastI2NPMessageImpl {
public final static int MESSAGE_TYPE = 18;
public static final int DATA_SIZE = 1024;
/** if we can't deliver a tunnel message in 10s, fuck it */
/** if we can't deliver a tunnel message in 10s, forget it */
private static final int EXPIRATION_PERIOD = 10*1000;
private static final ByteCache _cache;