CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/06/26 15:46:40
Modified files: sys/netinet : tcp_usrreq.c Log message: Fix TCP netstat counter. In my previous commit I forgot an ASSIGN() in tcp_sysctl_tcpstat(). Then the counter index was not incremented. This caused that values in netstat -s were of by one in position with the description. reported and OK jan@