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

Skip to content
Snippets Groups Projects
  1. Dec 11, 2020
    • zzz's avatar
      Router (proposal 156): · 0ad7e52b
      zzz authored
      - Change router ECIES SKM to use N pattern, remove Elligator2, to match proposal changes
      - Allow encrypted messages to ECIES routers
      - Allow ECIES routers to become floodfill
      - Add XDH factory to VM comm system for tests
      0ad7e52b
  2. Dec 06, 2020
  3. Dec 05, 2020
  4. Dec 01, 2020
  5. Nov 27, 2020
  6. Nov 26, 2020
  7. Nov 24, 2020
  8. Nov 22, 2020
  9. Nov 20, 2020
  10. Nov 17, 2020
  11. Nov 16, 2020
  12. Nov 11, 2020
  13. Nov 10, 2020
  14. Nov 07, 2020
  15. Nov 05, 2020
  16. Nov 04, 2020
  17. Nov 02, 2020
  18. Oct 29, 2020
  19. Oct 28, 2020
  20. Oct 25, 2020
  21. Oct 23, 2020
  22. Oct 21, 2020
    • zzz's avatar
      Garlic: Reduce log level on misrouted message · 6a6064d6
      zzz authored
      6a6064d6
    • zzz's avatar
      SSU: Redesign of the congestion control (tickets #2412, #2649, #2654, #2713), · 49565a99
      zzz authored
      modelled on TCP Reno (RFCs 5681 and 6298)
      - Use a single timer per connection
      - Resend up to half the un-acked messages per timer event instead of a single message
      - Only send either old or new messages, do not mix
      - Cache/avoid several timer calls
      - Instead of 3 return values, allocating bandwidth is now a boolean function
      - Avoid one of the iterations over all un-acked messages every packet pusher loop
      - Remove 100 ms failsafe
      - Fix OMF debug log NPE
      With the same cpu usage the bandwidth is much higher
      Significant speed improvement for lossy connections (e.g. wifi)
      Patch by zlatinb
      49565a99
Loading