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

Skip to content
Snippets Groups Projects
  1. Aug 17, 2012
  2. Aug 15, 2012
    • zzz's avatar
      javadoc fixes · e2fe5004
      zzz authored
      e2fe5004
    • zzz's avatar
      * i2psnark: · 523d39b3
      zzz authored
         - Fix bug preventing completion announcement, broken in 0.9.1
         - Fix setting short retry time after initial announce failure
         - Fix DHT announce and getPeers
         - Fix DHT warning message
         - log tweaks
      523d39b3
  3. Aug 13, 2012
    • zzz's avatar
      * SSU EstablishmentManager: · 16a46b32
      zzz authored
         - Remove use of outbound timers in EstablishmentManager; drive all events in Establisher thread
         - Don't change nonces when retransmitting intro packets
         - More synchronization in EstablishmentManager
         - Increase establishment timeouts and implement timeouts for individual phases (ticket #669)
         - Fix bug where InboundEstablishState.createdPacketSent() wasn't being called,
           so SessionCreated packets weren't retransmitted
         - Increase retransmission timeout for SessionCreated and implement backoff
         - Send destroy if establishment times out in the middle
         - Fix code that pulls outbound states off a deferred queue
         - Improve UDPPacket.toString() for debugging
         - More logging of packets dropped in EstablishmentManager
         - Change establish states to enums
      16a46b32
  4. Aug 12, 2012
    • zzz's avatar
      * SSU: · cfcafd2b
      zzz authored
         - Reject some packet types if they came in via fallback introKey
         - Increase retransmission timeout for SessionRequest, SessionConfirm,
           and RelayRequest; implement backoff
         - Move UDPFlooder to test
         - More volatiles, finals, cleanups, stat removals, log tweaks
      cfcafd2b
  5. Aug 11, 2012
  6. Aug 09, 2012
  7. Aug 06, 2012
  8. Aug 05, 2012
    • zzz's avatar
      * UDP: · 5ba5d537
      zzz authored
         - Limit PacketHandler threads to 1 (ticket #660)
         - Limit queue sizes between UDPReceiver and PacketHandler,
           and between PacketHandler and MessageReceiver, to prevent OOMs
           and/or excessive queue delays
         - Increase UDPPacket cache size based on max mem
         - Remove more stats
      5ba5d537
  9. Aug 03, 2012
  10. Jul 30, 2012
  11. Jul 28, 2012
  12. Jul 26, 2012
  13. Jul 24, 2012
  14. Jul 23, 2012
  15. Jul 21, 2012
  16. Jul 20, 2012
  17. Jul 18, 2012
  18. Jul 16, 2012
  19. Jul 15, 2012
  20. Jul 13, 2012
  21. Jul 01, 2012
    • zzz's avatar
      * i2psnark: · 0d8bcd5d
      zzz authored
         - Don't send a keepalive to a peer we are going to disconnect
         - Disconnect peer when idle a long time
         - PeerCheckerTask cleanup
         - Static ref cleanup
         - Don't show a downloaded torrent file as "seeding"
         - Better torrent file download icon (from Silk, same license as the others)
      0d8bcd5d
  22. Jun 29, 2012
    • zzz's avatar
      ab185507
    • 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
  23. Jun 24, 2012
  24. Jun 21, 2012
Loading