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

Skip to content
Snippets Groups Projects
  1. Oct 28, 2004
    • jrandom's avatar
      2004-10-27 jrandom · 0c51f2b5
      jrandom authored and zzz's avatar zzz committed
          * Fix a strange race condition on i2cp client disconnect.
          * win98 startup fixes (thanks tester-1 and ardvark!)
          * include build scripts for the new streaming lib (which is NOT ready
            for use yet, but you can hack around with it)
      (enjoy, duck)
      0c51f2b5
    • jrandom's avatar
      * updated output stream test to match new API · d5607ca1
      jrandom authored and zzz's avatar zzz committed
      * new paired stream server and client helpers
      d5607ca1
    • jrandom's avatar
      * revamped locking to block on flush and close until all of the · 48cdf17a
      jrandom authored and zzz's avatar zzz committed
        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
      48cdf17a
  2. Oct 25, 2004
    • jrandom's avatar
      * mark the input stream as closed after receiving the packet's data · d5929368
      jrandom authored and zzz's avatar zzz committed
      * properly close the source file in StreamSinkSend
      * always adjust the rtt on ack, not just for packets with 1 send
      * handle dup SYN gracefully
      * revamp the default connection options
      * logging
      d5929368
    • jrandom's avatar
      * sliding windows w/ additive increase / multiplicitive decrease · 15c227f5
      jrandom authored and zzz's avatar zzz committed
      * immediately send an ack on receiving a duplicate payload message
        (unless we've sent one within the last RTT)
      * only adjust the RTT when there have been no resends
      * added some (disabled) throttles - randomly injecting delays on
        received packets, as well as randomly dropping them
      * logging
      15c227f5
  3. Oct 24, 2004
    • jrandom's avatar
      * if we send a blank ACK message (that will not in turn be ACKed) and it · 8de41acf
      jrandom authored and zzz's avatar zzz committed
        has session tags within it, send an additional ping to the peer,
        bundling those tags a second time, ACKing those tags on the pong.
      * handle packets transferred during a race after the receiver ACKs the
        connection but before the establisher receives the ACK.
      * notify the messageInputStream reader on close (duh)
      * new stream sink test, shoving lots and lots of data down a stream
        with the existing StreamSinkServer and StreamSinkClient apps
      * logging
      8de41acf
    • jrandom's avatar
      logging · 40df846e
      jrandom authored and zzz's avatar zzz committed
      40df846e
    • jrandom's avatar
      * deal with writes > the packet size limit · eee94fbf
      jrandom authored and zzz's avatar zzz committed
      * deal with window size > 1, especially before receiving the first ACK
      * disable congestion control for the moment (aka unlimited window size)
      eee94fbf
    • jrandom's avatar
      very basic tests pass (ping, open then pause then close, open then echo back... · 2b9e16c9
      jrandom authored and zzz's avatar zzz committed
      very basic tests pass (ping, open then pause then close, open then echo back and forth a few times then close)
      2b9e16c9
  4. Oct 17, 2004
Loading