Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 08:10:29 -0700 (PDT)
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/65487: net-snmp no longer sets tcp.tcpCurrEstab.0
Message-ID:  <200404131510.i3DFAT9L032316@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65487; it has been noted by GNATS.

From: Jun Kuriyama <kuriyama@imgsrc.co.jp>
To: Kenneth Stailey <kstailey@yahoo.com>
Cc: freebsd-gnats-submit@FreeBSD.org, kuriyama@FreeBSD.org
Subject: Re: ports/65487: net-snmp no longer sets tcp.tcpCurrEstab.0
Date: Wed, 14 Apr 2004 00:05:29 +0900

 At Tue, 13 Apr 2004 23:06:12 +0900,
 kuriyama wrote:
 > Hmm, with my quick test, this patch does not solve this...  On my test
 > box, I cannot retrive tcpconnestab value yet.
 > 
 > I'll track this more.
 
 Today's diagnose...
 
 On my environment, this value is returned from line 344 of
 agent/mibgroup/mibII/tcp.c.
 
     case TCPCURRESTAB:
         ret_value = TCP_Count_Connections();
         type = ASN_GAUGE;
         break;
 
 This function is defined in tcpTable.c:
 
 int TCP_Count_Connections( void ) {
     return tcp_estab;
 }
 
 But we don't have the code to increment this value.
 
 
 -- 
 Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
              <kuriyama@FreeBSD.org> // FreeBSD Project



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