I2P Address: [http://i2pgit.org]

Skip to content

WIP: Transport outbound queue fixes

zzz requested to merge zzz/i2p.i2p:obq into master

to prevent part. tunnel traffic clogging up queues at the bandwidth limiter, and ensuring local traffic is prioritized over part. tunnel traffic

  • Part. tunnel RED param tweaks:
    • double drop %
    • reduce time constant
  • UDP:
    • Pass message priority through to the packets
    • Change UDP-Sender queue from CoDel to CoDelPriority
  • NTCP:
    • Change NTCP-Connection queues from Priority to CoDelPriority, same time constants as UDP-Sender
  • Bandwidth limiter log tweaks

Merge request reports