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
    • zzz's avatar
      fix SimpleTimer logging · ebb6609a
      zzz authored
      ebb6609a
    • zzz's avatar
  2. Jun 25, 2012
  3. Jun 24, 2012
  4. Jun 21, 2012
  5. Jun 20, 2012
  6. Jun 19, 2012
  7. Jun 18, 2012
  8. Jun 15, 2012
  9. Jun 14, 2012
  10. Jun 13, 2012
  11. Jun 11, 2012
  12. Jun 09, 2012
  13. Jun 08, 2012
Loading