summaryrefslogtreecommitdiff
path: root/src/lib/tests/cap_test.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Use capacity queue estimation for mb-ecnDimitri Staessens32 hours1-0/+427
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>