CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/02/03 01:58:53
Modified files: sys/net : if.c ifq.c ifq.h Log message: Limit RX queue of loopback interfaces with 8192 packets. Unlimited queues allow to reach mbufs limit and make network unusable on some architectures. Based on diff proposed by dlg@, but limits only loopback interfaces. Tested by bluhm, additional arm64 tests by kirill. ok bluhm