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

Skip to content
Snippets Groups Projects
  1. May 02, 2010
    • zzz's avatar
      * ByteCache: · b6cb90d7
      zzz authored
            - Add a per-cache stat
            - Limit each cache based on max memory
            - Disable in UDP MessageReceiver
            - Add clearAll() method to be called when under
              severe memory pressure; call from Router
      b6cb90d7
    • zzz's avatar
      comment out mains · 949a8901
      zzz authored
      949a8901
    • walking's avatar
      return what is taken a way ;) · d608f450
      walking authored
      d608f450
  2. Apr 30, 2010
  3. Apr 28, 2010
  4. Apr 27, 2010
  5. Apr 23, 2010
  6. Apr 21, 2010
  7. Apr 18, 2010
  8. Apr 16, 2010
  9. Apr 15, 2010
  10. Apr 12, 2010
  11. Apr 10, 2010
    • zzz's avatar
      merge of 'b12b7f42f59f400abd7032f3f2bffba289f3ec7a' · 7f2d0acc
      zzz authored
           and 'b5a86744c2877d9d738a2fdd2b99970a0160e062'
      7f2d0acc
    • zzz's avatar
      Streaming: · 8b6751f4
      zzz authored
      Fix the window size increment logic so it does it much more often.
      The code increased the window size by MSS * MSS / N, like
      in RFC 2581, but it did it only once every N,
      so that was like MSS * MSS / N**2.
      Now do it all the time, except for isolated packets like keepalives
      that aren't using more than one message of the window.
      Seems to speed up outbound significantly, without any
      noticable increase in stream.sendsBeforeAck.
      8b6751f4
    • zzz's avatar
      add comments about the null privkey bug · 70e9cf58
      zzz authored
      70e9cf58
    • zzz's avatar
      cleanup · 24020302
      zzz authored
      24020302
Loading