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

Skip to content
Snippets Groups Projects
  1. Jun 29, 2012
    • zzz's avatar
      * Streaming: · 4092f618
      zzz authored
         - Allow at least 3 packets and up to half the window to be active resends
           instead of just 1, to reduce stall time after a packet drop
         - Increase fast retransmit threshold back to 3 to reduce retransmissions
         - Don't fast retransmit if we recently retransmitted it already
         - Allow double the window as long as gaps are less than the window
         - Don't set the MSS in a resent packet (saves 2 bytes)
         - Remove redundant calls to updateAcks()
         - Update activity timer when resending a packet
         - Reset unackedPacketsReceived counter at all places where acks are sent
           so it isn't wrong
         - Fix some places where the activeResends count could become wrong
         - Prevent storm of CLOSE packets
         - Never resend the whole packet in ackImmediately(), just send an ack
         - Cancel flusher timer in MessageOutputStream when closed
         - Move some createRateStats to ConnectionManager to reduce repeated calls
         - Cleanups, javadocs, logging, volatile, finals
      4092f618
  2. Jun 24, 2012
  3. Jun 21, 2012
  4. Jun 18, 2012
  5. Jun 15, 2012
  6. Jun 13, 2012
    • zzz's avatar
      * Streaming: · c73044b6
      zzz authored
         - Channel cleanups and comments
         - New I2PSocketAddress
      c73044b6
  7. Jun 11, 2012
    • zzz's avatar
      6e52ae30
    • zzz's avatar
      * i2psnark: · 6e077ee6
      zzz authored
         - Reduce TrackerClient threads
         - Reduce delay between peer adds for faster startup
         - Thread the announces and reduce timeout when stopping
      6e077ee6
    • zzz's avatar
      * i2psnark: · 30e2f73d
      zzz authored
         - Display torrent file downloads in torrent area
         - Sort magnets and downloads first
         - Fix sorting problem when torrent dir is a symlink
         - Reduce max file idle time
         - arrow_down icon copied from console css
      30e2f73d
  8. Jun 08, 2012
    • zzz's avatar
      * i2psnark: · 59df524a
      zzz authored
         - Move private tracker config from create box to torrent config
         - Refactor private and open tracker configuration
         - Add private indication on details page
      59df524a
  9. Jun 04, 2012
  10. Jun 03, 2012
  11. May 31, 2012
    • zzz's avatar
      * i2psnark: · 38a4f050
      zzz authored
         - Close connection immediately if bad protocol,
           this makes blacklist work better too
         - Stop adding peers when we hit the limit
         - Lower limit for outbound connections so we give
           new peers a better chance in large swarms
      38a4f050
    • zzz's avatar
      * i2psnark: · 041c87a2
      zzz authored
         - Add per-hour conn limit
         - Blacklist peer after two bad handshakes
         - Reduce connect timeout
      041c87a2
  12. May 30, 2012
    • zzz's avatar
      * Timestamper: · f14ff31a
      zzz authored
         - Move from core to router, leave stub in core
           so it doesn't break compatibility. This removes a
           thread in app context and prevents any app context from
           running NTP; external clients must use the time
           received from the router.
         - Increase query interval
      f14ff31a
  13. May 28, 2012
  14. May 25, 2012
  15. May 23, 2012
  16. May 22, 2012
  17. May 20, 2012
  18. May 19, 2012
    • zzz's avatar
      * i2psnark: · 6ca4b519
      zzz authored
         - Store received chunks in temp files
         - Don't allocate from heap for unneeded chunks
         - Remove peer count restriction for torrents with large pieces
         - Use priorities and rarest calculations to sort partials
         - Preserve p parameter in clear messages link
      6ca4b519
  19. May 13, 2012
  20. May 01, 2012
  21. Apr 26, 2012
  22. Apr 20, 2012
  23. Apr 14, 2012
  24. Apr 12, 2012
  25. Mar 28, 2012
  26. Mar 27, 2012
  27. Mar 26, 2012
  28. Mar 24, 2012
Loading