Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.bin/netstat Pull up revision 1.52 (requested by tls...



details:   https://anonhg.NetBSD.org/src/rev/4a12b36fad2a
branches:  netbsd-1-6
changeset: 530644:4a12b36fad2a
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Sep 05 13:42:22 2003 +0000

description:
Pull up revision 1.52 (requested by tls in ticket #1445):
path MTU discovery blackhole detection.
PR 12790 (sorry for not committing it for a long time)

diffstat:

 usr.bin/netstat/inet.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f37be553fbe7 -r 4a12b36fad2a usr.bin/netstat/inet.c
--- a/usr.bin/netstat/inet.c    Tue Sep 02 07:35:07 2003 +0000
+++ b/usr.bin/netstat/inet.c    Fri Sep 05 13:42:22 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inet.c,v 1.51 2002/02/27 02:33:51 lukem Exp $  */
+/*     $NetBSD: inet.c,v 1.51.2.1 2003/09/05 13:42:22 tron Exp $       */
 
 /*
  * Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "from: @(#)inet.c       8.4 (Berkeley) 4/20/94";
 #else
-__RCSID("$NetBSD: inet.c,v 1.51 2002/02/27 02:33:51 lukem Exp $");
+__RCSID("$NetBSD: inet.c,v 1.51.2.1 2003/09/05 13:42:22 tron Exp $");
 #endif
 #endif /* not lint */
 
@@ -280,6 +280,7 @@
        ps(tcps_noport, "\t%llu dropped due to no socket\n");
        p(tcps_connsdrained, "\t%llu connection%s drained due to memory "
                "shortage\n");
+       p(tcps_pmtublackhole, "\t%llu PMTUD blackhole%s detected\n");
 
        p(tcps_badsyn, "\t%llu bad connection attempt%s\n");
        ps(tcps_sc_added, "\t%llu SYN cache entries added\n");



Home | Main Index | Thread Index | Old Index