Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2011 16:51:24 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/netstat inet.c main.c netstat.1 netstat.h
Message-ID:  <201101041651.p04Gphi3048331@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gnn         2011-01-04 16:51:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.bin/netstat      inet.c main.c netstat.1 netstat.h 
  Log:
  SVN rev 216964 on 2011-01-04 16:51:24Z by gnn
  
  MFC: 215434, 215724
  
  Add new, per connection, statistics for TCP, including:
  Retransmitted Packets
  Zero Window Advertisements
  Out of Order Receives
  
  These statistics are available via the -T argument to
  netstat(1).
  
  Revision  Changes    Path
  1.90.2.3  +23 -11    src/usr.bin/netstat/inet.c
  1.96.2.4  +10 -2     src/usr.bin/netstat/main.c
  1.63.2.3  +5 -1      src/usr.bin/netstat/netstat.1
  1.58.2.4  +1 -0      src/usr.bin/netstat/netstat.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101041651.p04Gphi3048331>