cvs commit: src/usr.bin/netstat inet.c

Bruce M Simpson bms at FreeBSD.org
Wed Jun 16 00:01:06 PDT 2004


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


More information about the cvs-all mailing list