K 10 svn:author V 7 glebius K 8 svn:date V 27 2016-03-15T00:15:10.405914Z K 7 svn:log V 309 Redo r294869. The array of counters for TCP states doesn't belong to struct tcpstat, because the structure can be zeroed out by netstat(1) -z, and of course running connection counts shouldn't be touched. Place running connection counts into separate array, and provide separate read-only sysctl oid for it. END