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

Skip to content
Snippets Groups Projects
  • complication's avatar
    9325b806
    2006-09-26 Complication · 9325b806
    complication authored and zzz's avatar zzz committed
        * Subclass from Clock a RouterClock which can access router transports,
          with the goal of developing it to second-guess NTP results
        * Make transports report clock skew in seconds
        * Adjust renderStatusHTML() methods accordingly
        * Show average for NTCP clock skews too
        * Give transports a getClockSkews() method to report clock skews
        * Give transport manager a getClockSkews() method to aggregate results
        * Give comm system facade a getMedianPeerClockSkew() method which RouterClock calls
          (to observe results, add "net.i2p.router.transport.CommSystemFacadeImpl=WARN" to
    logging)
        * Extra explicitness in NTCP classes to denote unit of time.
        * Fix some places in NTCPConnection where milliseconds and seconds were confused
    9325b806
    History
    2006-09-26 Complication
    complication authored and zzz's avatar zzz committed
        * Subclass from Clock a RouterClock which can access router transports,
          with the goal of developing it to second-guess NTP results
        * Make transports report clock skew in seconds
        * Adjust renderStatusHTML() methods accordingly
        * Show average for NTCP clock skews too
        * Give transports a getClockSkews() method to report clock skews
        * Give transport manager a getClockSkews() method to aggregate results
        * Give comm system facade a getMedianPeerClockSkew() method which RouterClock calls
          (to observe results, add "net.i2p.router.transport.CommSystemFacadeImpl=WARN" to
    logging)
        * Extra explicitness in NTCP classes to denote unit of time.
        * Fix some places in NTCPConnection where milliseconds and seconds were confused