2006-10-08 Complication

* Update comment to reflect current status
This commit is contained in:
complication
2006-10-08 23:10:58 +00:00
committed by zzz
parent 73cf3fb299
commit ef707e7956

View File

@ -12,8 +12,8 @@ import net.i2p.util.Clock;
* (such as an NTP synchronized clock). * (such as an NTP synchronized clock).
* *
* RouterClock is a subclass of Clock with access to router transports. * RouterClock is a subclass of Clock with access to router transports.
* TODO: RouterClock is intended to become capable of second-guessing * Configuration permitting, it will block clock offset changes
* the sanity of clock adjustments. * which would increase peer clock skew.
*/ */
public class RouterClock extends Clock { public class RouterClock extends Clock {