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

Skip to content
Snippets Groups Projects
  1. Dec 26, 2022
    • zzz's avatar
      SSU1: Symmetric NAT detection fixes · 2b8d3477
      zzz authored
      Never let SSU1 test result be symmetric NAT, it's probably charlie
      Don't use SSU1 test if we think we are symmetric NAT
      Cleanup two places to call new fail() method
      Unverified
      2b8d3477
    • zzz's avatar
      SSU: Fix NPE when SSU2 disabled · d655ad20
      zzz authored
      Unverified
      d655ad20
    • zzz's avatar
      Router: Don't blocklist our own IP · d16aaab3
      zzz authored
      Unverified
      d16aaab3
    • zzz's avatar
      SSU2: Redesign peer test symmetric NAT detection · ba0fee15
      zzz authored
      - Send msg 6 even if msg 5 is not received, after a short delay, to detect symmetric NAT
      - Prevent test result of symmetric NAT if Charlie is the one that appears to be symmetric natted.
      - Mark if Charlie unreachable if apparently symmetric natted.
      - Do not treat a different IP but same port as symmetric NAT
      - Increase msg 6 retransmission frequency
      - Ignore msg 5 received after sending msg 6
      - Call externalAddressReceived() on reception of msg 7
      - Add javadoc for testComplete() state machine
      
      Most changes only affect SSU2; some SSU1 changes to follow.
      
      ref: http://zzz.i2p/topics/3489
      Unverified
      ba0fee15
    • zzz's avatar
      SSU2: Minor cleanups · 2ce2b894
      zzz authored
      Rename isSnatted() to isSymNatted()
      Minor rewrite in PeerState2.gotTermination()
      Remove dead peer when pinging fails in intro manager
      Cleanup ip length check in externalAddressReceived()
      Log tweaks
      Unverified
      2ce2b894
  2. Dec 23, 2022
  3. Dec 22, 2022
  4. Dec 21, 2022
  5. Dec 20, 2022
  6. Dec 19, 2022
    • 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
      Unverified
      6092e35b
  7. Dec 18, 2022
  8. Dec 17, 2022
  9. Dec 16, 2022
  10. Dec 15, 2022
Loading