Re: Hard limit of Open TCP connections

2014-02-18 Thread Niels Baggesen
On Tue, Feb 18, 2014 at 03:54:59PM +0530, rohith wrote: > When i look at the code I see a hard coded limit of 1000 connections in > mibcache(kernel_sunos5.c has an entry MIB_TCP_CONN in Mibcache which has > support for 1000 TCP connections). We have a prerelease of 5.7.3 out, which effectively s

Re: Hard limit of Open TCP connections

2014-02-18 Thread Tim Cox
I haven't looked, Rohith, but since the MIB_TCP_CONN macro is clearly about MIBs and not about TCP itself, it's worth hoping that this would make MIB-II 's tables big enough to avoid the crash Good luck Tim Am 18.02.2014 um 11:24 schrieb rohith: > Hi, > > I have a customer who has more

Hard limit of Open TCP connections

2014-02-18 Thread rohith
Hi, I have a customer who has more than 1000 open TCP connections and when queries TCP OIDs snmp core dumps .So this seems to be a limitation of snmp regarding number of TCP connections. When i look at the code I see a hard coded limit of 1000 connections in mibcache(kernel_sunos5.c has an ent