[BACK]Return to inet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/inet.c between version 1.82 and 1.83

version 1.82, 2004/02/26 19:38:41 version 1.83, 2004/02/29 14:17:51
Line 312 
Line 312 
         p(tcps_connects, "\t%u connection%s established (including accepts)\n");          p(tcps_connects, "\t%u connection%s established (including accepts)\n");
         p2(tcps_closed, tcps_drops,          p2(tcps_closed, tcps_drops,
             "\t%u connection%s closed (including %u drop%s)\n");              "\t%u connection%s closed (including %u drop%s)\n");
           p(tcps_conndrained, "\t%qd connection%s drained\n");
         p(tcps_conndrops, "\t%u embryonic connection%s dropped\n");          p(tcps_conndrops, "\t%u embryonic connection%s dropped\n");
         p2(tcps_rttupdated, tcps_segstimed,          p2(tcps_rttupdated, tcps_segstimed,
             "\t%u segment%s updated rtt (of %u attempt%s)\n");              "\t%u segment%s updated rtt (of %u attempt%s)\n");

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83