Module Name: src Committed By: msaitoh Date: Fri Aug 10 07:24:09 UTC 2018
Modified Files: src/sys/net: if.c pktqueue.c Log Message: - Fix a bug that drop counter shows incorrect vaule like "net.inet.ip.ifq.drops = 72059810241052672" - Change pktq's length sysctl to uint64_t. To generate a diff of this commit: cvs rdiff -u -r1.431 -r1.432 src/sys/net/if.c cvs rdiff -u -r1.9 -r1.10 src/sys/net/pktqueue.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.