]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r284351:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 16 Jun 2015 08:36:57 +0000 (08:36 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 16 Jun 2015 08:36:57 +0000 (08:36 +0000)
commitd3a120927e2775804449843e0bb1056faf403bf6
treed1a3d25615fb8f84cbaa38ac406303ada564e5ca
parent722bf69a5c7d46bf8b8caa308f98160b513864d8
MFC r284351:
Simplify printaddr(). No functional change.

MFC r284352:
Allow more than one socket entry for a file descriptor. This is needed
for supporting 1-to-many style SCTP sockets. For other sochets, there
is no functional change.

MFC r284353:
Allow more than one local or remote address per socket. This is needed to
support SCTP (and MPTCP in the future). No functional change for existing
protocols.

MFC r284354:
Add support for SCTP.

MFC r284355:
When using -L the code skips a socket if the local or foreign
address is loopback. So it is shown if both are not loopback.
The man page says that it is shown if the local or foreign
address is not loopback. Change the man page to reflect the
code.

git-svn-id: svn://svn.freebsd.org/base/stable/10@284441 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/sockstat/sockstat.1
usr.bin/sockstat/sockstat.c