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

Skip to content
Snippets Groups Projects
  1. Nov 20, 2020
  2. Nov 17, 2020
  3. Nov 16, 2020
  4. Nov 11, 2020
  5. Nov 10, 2020
  6. Nov 07, 2020
  7. Nov 05, 2020
  8. Nov 04, 2020
  9. Nov 02, 2020
  10. Oct 29, 2020
  11. Oct 28, 2020
  12. Oct 25, 2020
  13. Oct 23, 2020
  14. 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
  15. Oct 17, 2020
  16. Oct 15, 2020
Loading