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

Skip to content
Snippets Groups Projects
  1. Dec 12, 2011
  2. Dec 11, 2011
  3. Dec 10, 2011
  4. Dec 09, 2011
  5. Dec 07, 2011
    • zzz's avatar
      * UDP PacketBuilder: · 258effcc
      zzz authored
          - Again allow transmitting all new acks if there is room;
            only limit resend acks
          - Sanity checks to limit to 255 acks
      258effcc
  6. Dec 06, 2011
    • zzz's avatar
      * UDP: Fix major MTU bug introduced in 0.8.9. · 3bd641ab
      zzz authored
          - Change large MTU from 1492 to 1484 and small from 608 to 620
            for encryption padding efficiency
          - Enforce sent MTU limit
          - Increase receive buffer size from 1536 to 1572 so that excessive-sized
            packets sent by 0.8.9-0.8.11 routers aren't dropped
          - Limit the max acks in a data packet
          - Limit the duplicate acks in successive data packets
          - Only include acks that will fit in the mtu in a data packet
          - Correctly remove acks from the pending set after they are sent,
            so they aren't sent repeatedly
          - Don't pad data packets unless necessary
          - Debug logging and javadocs
      3bd641ab
    • zzz's avatar
      be1d95e9
    • zzz's avatar
      increase next hop send timeout; log tweaks · bd82a0c4
      zzz authored
      bd82a0c4
  7. Dec 05, 2011
  8. Dec 04, 2011
    • zzz's avatar
      * Tunnel RED: · e9d0d798
      zzz authored
          - Complete rework of participating traffic RED.
            Implement an accurate bandwidth tracker in FIFOBandwidthRefiller.
          - Fix drop priority of VTBM at OBEP
          - Lower drop priority of VTBRM at IBGW
          - Raise threshold from 95% to 120%
          - Remove unused things in HopConfig
      ...needs more testing...
      e9d0d798
Loading