Before we bumped the polling frequency from 1000 to 2000, the status
polling fraction was 20; keep the original ratio.
conditions and the like.
Increasing this value reduces the load on the bus,
but also delays the error detection.
-Default is 40.
+Default is 80.
.Pp
.It Va net.ifpoll.0.status.handlers
How many active devices have registered for status
#define IFPOLL_FREQ_DEFAULT 4000
#define IFPOLL_TXFRAC_DEFAULT 1 /* 1/1 of the pollhz */
-#define IFPOLL_STFRAC_DEFAULT 40 /* 1/40 of the pollhz */
+#define IFPOLL_STFRAC_DEFAULT 80 /* 1/80 of the pollhz */
#define IFPOLL_RX 0x1
#define IFPOLL_TX 0x2