Files
i2p.itoopie/apps
jrandom 48cdf17a4f * revamped locking to block on flush and close until all of the
packets through that point have been ACKed, throwing an
  InterruptedIOException if there was a writeTimeout or an IOException
  if the con failed
* revamped the ack/nack field settings to ack as much as possible
* handle some strange timeout/resend errors on connection
* pass 1/2rtt as the packet 'optional delay' field, and use that to
  schedule the ack time (the 'last' messages in a window set the
  optional delay to 0, asking for immediate ack of all received)
* increase the optional delay to 2 bytes (#ms to delay)
* inject random failures and delays if configured to do so in
  PacketHandler.choke
* fix up the window size adjustment (increment on ack, /= 2 on resend)
* use the highest RTT in the new RTT calculation so that we fit more
  in (via SACK)
* fix up the SACK handling (duh)
* revise the resend time calculation
2004-10-28 02:03:38 +00:00
..
2004-10-18 23:37:49 +00:00
2004-10-11 00:23:26 +00:00
2004-08-01 06:46:59 +00:00
2004-08-22 06:16:44 +00:00
2004-10-18 23:37:49 +00:00
2004-09-08 07:25:09 +00:00
2004-10-05 19:21:47 +00:00
2004-10-27 04:07:00 +00:00
2004-10-06 13:23:38 +00:00
2004-04-14 23:26:59 +00:00