summaryrefslogtreecommitdiff
path: root/src/lib/cap.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Use capacity queue estimation for mb-ecnDimitri Staessens30 hours1-0/+187
The mb-ecn algorithm was using rbuff queue depths in packets to mark, but sockets in the poa component report capacity in bytes. The tx rings are now adaptive to block on queuing delay instead of when full to prevent buffer bloat, controllable via fccntl (FLOWSTXQDLY and FLOWGTXQDLY). Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>