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

Skip to content
Snippets Groups Projects
  1. Nov 05, 2020
  2. Nov 04, 2020
  3. Nov 02, 2020
  4. Oct 29, 2020
  5. Oct 28, 2020
  6. Oct 25, 2020
  7. Oct 23, 2020
  8. 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
    • zzz's avatar
      NetDB: ECIES router support (proposal 156): · 25899d41
      zzz authored
      Support sending encrypted lookups and stores to ECIES routers
      Support requesting AEAD replies to ECIES routers
      Encrypt RI lookups when using ECIES even on slow machines
      Switch back to RatchetSKM
      Don't schedule ack timer for router SKM
      Reduce getContext() calls
      GMB null check cleanup
      MessageWrapper javadoc clarifications
      Log tweaks
      25899d41
    • zzz's avatar
      NetDB: Reseed after a long downtime · 35f6a2e2
      zzz authored
      35f6a2e2
    • zzz's avatar
      SSU: Increase socket buffer size (ticket #2781) · 9ae5cbbc
      zzz authored
      9ae5cbbc
  9. Oct 17, 2020
  10. Oct 15, 2020
  11. Oct 12, 2020
  12. Oct 10, 2020
  13. Oct 09, 2020
  14. Oct 07, 2020
  15. Oct 03, 2020
  16. Sep 28, 2020
  17. Sep 26, 2020
    • zzz's avatar
      JBigI: GMP 6.2.0 for linux 64 bit (ticket #1869) · 2989d955
      zzz authored
      Add support for zen and zen2
      Enable more fallbacks for zen and zen2
      Adds Zen and Zen2 binaries, stripped
      Built with gcc 9.3.0
      Other binaries will be added if testing shows improvement
      Fix hangs in mbuild-all.sh build script
      Add silvermont and goldmont to build script, untested, support TBD
      GMP is GPLv2
      More info: http://zzz.i2p/topics/2955
      2989d955
  18. Sep 16, 2020
  19. Sep 11, 2020
Loading