From owner-cvs-usrbin Tue Jan 7 12:09:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08235 for cvs-usrbin-outgoing; Tue, 7 Jan 1997 12:09:32 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08226; Tue, 7 Jan 1997 12:09:30 -0800 (PST) Date: Tue, 7 Jan 1997 12:09:30 -0800 (PST) From: Paul Traina Message-Id: <199701072009.MAA08226@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat inet.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 97/01/07 12:09:29 Modified: usr.bin/netstat inet.c Log: TCP statistics are unsigned counters. Tor Egge reports counter wrap and requests and update to quad_t sized counters, which is also a good thing to do, but I'm unhappy about adding two more instructions into the code path every time we doink a counter. Maybe with or after the Lite2 merge... Submitted by: Tor Egge Revision Changes Path 1.22 +46 -46 src/usr.bin/netstat/inet.c