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

Skip to content
Snippets Groups Projects
Commit 39d4e5ea authored by jrandom's avatar jrandom Committed by zzz
Browse files

list the shutdown time w/ the clock fudge factor included

parent 4191ad1c
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,7 @@ public class Router {
if (exp < 0)
return -1;
else
return exp - _context.clock().now();
return exp + 2*CLOCK_FUDGE_FACTOR - _context.clock().now();
}
/**
......
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