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

Skip to content
Snippets Groups Projects
  • jrandom's avatar
    60f8d349
    2004-12-11 jrandom · 60f8d349
    jrandom authored and zzz's avatar zzz committed
        * Use a simpler and less memory intensive job for processing outbound
          client messages when the session is in mode=bestEffort.  We can
          immediately discard the data as soon as its sent the first time,
          rather than wait for an ack, since we will never internally resend.
        * Reduce some synchronization to avoid a rare deadlock
        * Replaced 'localhost' with 127.0.0.1 in the i2ptunnel config, and special
          case it within the tunnel controller.
        * Script cleanup for building jbigi/jcpuid
        * Logging
    60f8d349
    History
    2004-12-11 jrandom
    jrandom authored and zzz's avatar zzz committed
        * Use a simpler and less memory intensive job for processing outbound
          client messages when the session is in mode=bestEffort.  We can
          immediately discard the data as soon as its sent the first time,
          rather than wait for an ack, since we will never internally resend.
        * Reduce some synchronization to avoid a rare deadlock
        * Replaced 'localhost' with 127.0.0.1 in the i2ptunnel config, and special
          case it within the tunnel controller.
        * Script cleanup for building jbigi/jcpuid
        * Logging