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

Skip to content
Snippets Groups Projects
Commit 830e0806 authored by zzz's avatar zzz
Browse files

spelling

parent c1722a9f
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ class PumpedTunnelGateway extends TunnelGateway { ...@@ -164,7 +164,7 @@ class PumpedTunnelGateway extends TunnelGateway {
delayAmount = _preprocessor.getDelayAmount(); delayAmount = _preprocessor.getDelayAmount();
_lastFlush = _context.clock().now(); _lastFlush = _context.clock().now();
// expire any as necessary, even if its framented // expire any as necessary, even if its fragmented
for (int i = 0; i < _queue.size(); i++) { for (int i = 0; i < _queue.size(); i++) {
PendingGatewayMessage m = _queue.get(i); PendingGatewayMessage m = _queue.get(i);
if (m.getExpiration() + Router.CLOCK_FUDGE_FACTOR < _lastFlush) { if (m.getExpiration() + Router.CLOCK_FUDGE_FACTOR < _lastFlush) {
......
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