forked from I2P_Developers/i2p.i2p
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user