mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Print PCB hash miss statistic.
This commit is contained in:
parent
c611d82e64
commit
759b7d75fb
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ udp_stats(off, name)
|
|||
p(udps_noport, "\t%lu dropped due to no socket\n");
|
||||
p(udps_noportbcast, "\t%lu broadcast/multicast datagram%s dropped due to no socket\n");
|
||||
p(udps_fullsock, "\t%lu dropped due to full socket buffers\n");
|
||||
p(udpps_pcbhashmiss, "\t%lu not for hashed pcb\n");
|
||||
delivered = udpstat.udps_ipackets -
|
||||
udpstat.udps_hdrops -
|
||||
udpstat.udps_badlen -
|
||||
|
|
|
|||
Loading…
Reference in a new issue