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

Skip to content
Snippets Groups Projects
  1. Dec 31, 2022
  2. Dec 30, 2022
  3. Dec 29, 2022
  4. Dec 26, 2022
  5. Dec 23, 2022
  6. Dec 22, 2022
  7. Dec 21, 2022
  8. Dec 20, 2022
  9. Dec 19, 2022
    • zzz's avatar
      CLI: Add NewsHandler CLI to fetch news from servers · 72e21619
      zzz authored
      72e21619
    • zzz's avatar
    • zzz's avatar
      Router: Time initialization fixes and cleanups · 6092e35b
      zzz authored
      Most changes are relevant only if NTP is disabled or failed at startup.
      
      - Require two peers that agree for transports to initialize time
      - Briefly ban skewed peer when not initialized, so another peer will be the second sample
      - Allow SSU2 to initialize time even for large skews
      - Do not allow NTCP2 inbound to initialize time for large skews
      - Disable SSU1 time initialization when SSU2 is enabled
      - When SSU2 is disabled, allow SSU1 time initialization even for large skews
      - Don't adjust to large inbound NTCP2 skews when not initialized
      - Round time sent in NTCP2 DateTime block
      - Adjust SSU2 skew for RTT
      - Don't sort by absolute skew on SSU /peers tab so we can find median
      - Only call System.currentTimeMillis() once in RouterClock.setOffset()
      - Log tweaks
      6092e35b
Loading