I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ed8fd0bd authored by mathiasdm's avatar mathiasdm
Browse files

Fixed bug causing congestion-avoidance code to not get executed.

parent eee16050
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ class RouterThrottleImpl implements RouterThrottle {
// reject here if lag too high???
RateStat rs = _context.statManager().getRate("transport.sendProcessingTime");
Rate r = null;
Rate r = rs.getRate(60*1000);
//Reject tunnels if the time to process messages and send them is too large. Too much time implies congestion.
if(r != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment