cvs commit: src/usr.bin/netstat inet.c main.c netstat.1 netstat.h

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Dec 23 18:23:58 PST 2004


dillon      2004/12/23 18:23:50 PST

DragonFly src repository

  Modified files:
    usr.bin/netstat      inet.c main.c netstat.1 netstat.h 
  Log:
  Add the -P flag which displays more PCB information (in particular, TCP).
  In particular, information related to the TCP window parameters, unacked data,
  and connection RTT.
  
  Revision  Changes    Path
  1.17      +27 -0     src/usr.bin/netstat/inet.c
  1.7       +5 -1      src/usr.bin/netstat/main.c
  1.5       +4 -1      src/usr.bin/netstat/netstat.1
  1.5       +1 -0      src/usr.bin/netstat/netstat.h


http://www.dragonflybsd.org/cvsweb/src/usr.bin/netstat/inet.c.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/netstat/main.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/netstat/netstat.1.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/netstat/netstat.h.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list