Index: ifq.c =================================================================== RCS file: /cvs/src/sys/net/ifq.c,v retrieving revision 1.34 diff -u -p -r1.34 ifq.c --- ifq.c 16 Aug 2019 04:09:02 -0000 1.34 +++ ifq.c 7 Oct 2019 22:15:17 -0000 @@ -499,8 +499,8 @@ ifiq_destroy(struct ifiqueue *ifiq) ml_purge(&ifiq->ifiq_ml); } -unsigned int ifiq_pressure_drop = 8; -unsigned int ifiq_pressure_return = 6; +unsigned int ifiq_pressure_drop = 128; +unsigned int ifiq_pressure_return = 64; int ifiq_input(struct ifiqueue *ifiq, struct mbuf_list *ml)