freebsd-dev/usr.bin/sockstat
Michael Tuexen edc9c7fc7c This patch fixes two bugs:
* sctp46, tcp46, and udp46 sockets are displayed as such and not as
  sctp4 6, tcp4 6, udp4 6. This bug was introduced in
  http://svnweb.freebsd.org/base?view=revision&revision=187915
* For SCTP sockets, the the -4 and -6 flags are honoured as much as
  possible. This means IPv4 sockets are handled correctly,  IPv6
  sockets are displayed as sctp46, since it is currently not possible
  to distinguish between sctp6 and sctp46.

Approved by:	re (gjb)
MFC after:	1 week
2016-06-25 12:46:18 +00:00
..
Makefile Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
sockstat.1 Add SCTP support. 2015-08-26 23:45:06 +00:00
sockstat.c This patch fixes two bugs: 2016-06-25 12:46:18 +00:00