CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/29 23:39:52
Modified files:
sys/net : ifq.c ifq.h
Log message:
count the number of times a ring was marked as oactive.
this is interesting as an indicator of how busy or overloaded a
transmit queue is before the next indicator which is the number of
qdrops.
