1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00
freebsd/usr.bin/netstat
Peter Wemm cc63cd5663 A couple of changes of mine that I've been using for a while:
route.c: look up the netname as-is first before the shifted name. this
         makes a big speed difference, as the lookups are generally local
	 DNS.  The shifted names can be very wrong (there is still guessing
	 and fudging involved) and usually go remote, taking a long time
	 to fail.  If you have the RFC reccomended netnames in your reverse
	 lookups, this is even faster still.
main.c:  dont do a sethostent(1) - this is causing the resolver to use a
	 VC (tcp) connection to the resolver, which has more overheads and
	 is slower than the default UDP case.  This once made sense when
	 everything was based on text host tables.
1996-01-14 23:42:19 +00:00
..
if.c Merge in Lite-2 changes. 1996-01-14 23:33:13 +00:00
inet.c Merge in Lite-2 changes. 1996-01-14 23:33:13 +00:00
ipx.c Submitted by: Mike Mitchell 1995-10-27 20:18:22 +00:00
iso.c
main.c A couple of changes of mine that I've been using for a while: 1996-01-14 23:42:19 +00:00
Makefile Submitted by: john hay 1995-10-27 10:48:31 +00:00
mbuf.c
mroute.c Merge in Lite-2 changes. 1996-01-14 23:33:13 +00:00
netstat.1
netstat.h
ns.c
route.c A couple of changes of mine that I've been using for a while: 1996-01-14 23:42:19 +00:00
unix.c