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

Skip to content
Snippets Groups Projects
  1. Dec 14, 2011
  2. Dec 13, 2011
  3. Dec 12, 2011
  4. Dec 11, 2011
  5. Dec 10, 2011
  6. Dec 09, 2011
  7. 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
  8. 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
  9. Dec 05, 2011
    • zzz's avatar
      * Router: · 0f384c86
      zzz authored
          - More refactoring tasks to their own files
          - Adjust some thread priorities
      0f384c86
    • zzz's avatar
      comment out some stats · 5362e7cf
      zzz authored
      5362e7cf
Loading