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

Skip to content
Snippets Groups Projects
  1. Dec 11, 2004
  2. Dec 10, 2004
  3. Dec 09, 2004
  4. Dec 08, 2004
  5. Dec 07, 2004
    • jrandom's avatar
      2004-12-06 jrandom · e601cedb
      jrandom authored and zzz's avatar zzz committed
          * Don't do a 'passive flush' while there are already outbound messages
            unacked.
          * Show the reseed link if up to 10 peers profiles are active (thanks
            dburton!)
      e601cedb
    • jrandom's avatar
      2004-12-06 jrandom · fa12dc86
      jrandom authored and zzz's avatar zzz committed
          * Don't do a 'passive flush' while there are already outbound messages
            unacked.
          * Show the reseed link if up to 10 peers profiles are active (thanks
            dburton!)
      fa12dc86
  6. Dec 06, 2004
    • jrandom's avatar
      Added sonax.i2p · acfb6c45
      jrandom authored and zzz's avatar zzz committed
      acfb6c45
    • jrandom's avatar
      2004-12-06 jrandom · e52d6370
      jrandom authored and zzz's avatar zzz committed
          * Don't propogate streaming connection failures out to the SAM bridge as
            fatal errors.
          * Dont barf on repeated I2CP closure.
      e52d6370
    • jrandom's avatar
      2004-12-05 jrandom · 2fba0556
      jrandom authored and zzz's avatar zzz committed
          * Explicitly use "127.0.0.1" to bind the I2CP listener, not the JVM's
            getLocalhost call
      2fba0556
    • jrandom's avatar
      2004-12-05 jrandom · 88bb176f
      jrandom authored and zzz's avatar zzz committed
          * Default the I2CP listener to localhost only, unless overridden by
            i2cp.tcp.bindAllInterfaces=true (thanks dm!)
          * More SAM fixes for things recently broken (whee)
      88bb176f
  7. Dec 05, 2004
  8. Dec 04, 2004
    • jrandom's avatar
      2004-12-03 jrandom · 2d9d8f32
      jrandom authored and zzz's avatar zzz committed
          * Toss in a small pool of threads (3) to execute the events queued up with
            the SimpleTimer, as we do currently see the occational event
            notification spiking up to a second or so.
          * Implement a SAM client API in java, useful for event based streaming (or
            for testing the SAM bridge)
          * Added support to shut down the SAM bridge on OOM (useful if the SAM
            bridge is being run outside of the router).
          * Include the SAM test code in the sam.jar
          * Remove an irrelevent warning message from SAM, which was caused by
            perfectly normal operation due to a session being closed.
          * Removed some unnecessary synchronization in the streaming lib's
            PacketQueue
          * More quickly clean up the memory used by the streaming lib by
            immediately killing each packet's resend job as soon as it is ACKed (or
            cancelled), so that there are no longer any valid pointers to the
            (potentially 32KB) packet.
          * Fixed the timestamps dumped to stdout when debugging the PacketHandler.
          * Drop packets that would expand our inbound window beyond our maximum
            buffer size (default 32 messages)
          * Always read the ACK/NACK data from the verified packets received, even
            if we are going to drop them
          * Always adjust the window when there are messages ACKed, though do not
            change its size except as before.
          * Streamlined some synchronization in the router's I2CP handling
          * Streamlined some memory allocation in the SAM bridge
          * Default the streaming lib to disconnect on inactivity, rather than send
            an empty message.
      2d9d8f32
    • jrandom's avatar
      2004-12-03 jrandom · 1a30cd5f
      jrandom authored and zzz's avatar zzz committed
          * Toss in a small pool of threads (3) to execute the events queued up with
            the SimpleTimer, as we do currently see the occational event
            notification spiking up to a second or so.
          * Implement a SAM client API in java, useful for event based streaming (or
            for testing the SAM bridge)
          * Added support to shut down the SAM bridge on OOM (useful if the SAM
            bridge is being run outside of the router).
          * Include the SAM test code in the sam.jar
          * Remove an irrelevent warning message from SAM, which was caused by
            perfectly normal operation due to a session being closed.
          * Removed some unnecessary synchronization in the streaming lib's
            PacketQueue
          * More quickly clean up the memory used by the streaming lib by
            immediately killing each packet's resend job as soon as it is ACKed (or
            cancelled), so that there are no longer any valid pointers to the
            (potentially 32KB) packet.
          * Fixed the timestamps dumped to stdout when debugging the PacketHandler.
          * Drop packets that would expand our inbound window beyond our maximum
            buffer size (default 32 messages)
          * Always read the ACK/NACK data from the verified packets received, even
            if we are going to drop them
          * Always adjust the window when there are messages ACKed, though do not
            change its size except as before.
          * Streamlined some synchronization in the router's I2CP handling
          * Streamlined some memory allocation in the SAM bridge
          * Default the streaming lib to disconnect on inactivity, rather than send
            an empty message.
      this still doesnt get the BT to where it needs to be, or fix the timeout problem,
      but i dont like having so many commits outstanding and these updates are sound
      1a30cd5f
  9. Dec 03, 2004
  10. Dec 02, 2004
  11. Dec 01, 2004
  12. Nov 30, 2004
    • jrandom's avatar
      2004-11-30 jrandom · 516d0b4d
      jrandom authored and zzz's avatar zzz committed
          * Render the burst rate fields on /config.jsp properly (thanks ugha!)
          * Build in a simple timeout to flush data queued into the I2PSocket but
            not yet flushed.
          * Don't explicitly flush after each SAM stream write, but leave it up to
            the [nonblocking] passive flush.
          * Don't whine about 10-99 connection events occurring in a second
          * Don't wait for completion of packets that will not be ACKed (duh)
          * Adjust the congestion window, even if the packet was resent (duh)
          * Make sure to wake up any blocking read()'s when the MessageInputStream
            is close()ed (duh)
          * Never wait more than the disconnect timeout for a write to complete
      516d0b4d
    • jrandom's avatar
      duh. thanks clayboy :) · df61ae5c
      jrandom authored and zzz's avatar zzz committed
      df61ae5c
  13. Nov 29, 2004
    • jrandom's avatar
      2004-11-29 jrandom · 9f6584b5
      jrandom authored and zzz's avatar zzz committed
          * Minor fixes to avoid unnecessary errors on shutdown (thanks susi!)
      9f6584b5
Loading