forked from I2P_Developers/i2p.i2p
2005-12-29 jrandom
* Minor fix to the new ERR-ClockSkew to deal with people whose clocks are actually correct
This commit is contained in:
@ -78,6 +78,7 @@ public class Clock implements Timestamper.UpdateListener {
|
||||
|
||||
if ((delta < MIN_OFFSET_CHANGE) && (delta > 0 - MIN_OFFSET_CHANGE)) {
|
||||
getLog().debug("Not changing offset since it is only " + delta + "ms");
|
||||
_alreadyChanged = true;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user