Date: Wed, 16 Jun 2004 07:00:50 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat inet.c Message-ID: <200406160700.i5G70o4A022671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2004-06-16 07:00:50 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c Log: Make netstat(1) more closely follow documented behaviour. If a TCP socket in LISTEN state happens to be bound to an interface, it will show up in netstat(1) output even without the -a switch. As the definition of "sockets used by server processes" is a difficult one to qualify with regards to UDP, do not change the output behaviour for UDP sockets. PR: bin/26359 Revision Changes Path 1.65 +2 -1 src/usr.bin/netstat/inet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406160700.i5G70o4A022671>