Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 13:12:00 +0200
From:      Gareth de Vaux <bsd@lordcow.org>
To:        stable@freebsd.org
Subject:   Re: ipfw: Too many dynamic rules
Message-ID:  <20100914111200.GA59889@lordcow.org>
In-Reply-To: <20100914110302.GA84971@icarus.home.lan>
References:  <20100909153902.GA28341@lordcow.org> <20100909162009.GA80375@icarus.home.lan> <20100910114908.GA55978@lordcow.org> <20100914103657.GA57521@lordcow.org> <20100914110302.GA84971@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue 2010-09-14 (04:03), Jeremy Chadwick wrote:
> You're absolutely certain these are all in FIN_WAIT_2 state and not
> TIME_WAIT?

Yup,

$ netstat -an | grep FIN_WAIT_1 | wc -l
      57
$ netstat -an | grep FIN_WAIT_2 | wc -l
     431
$ netstat -an | grep TIME_WAIT | wc -l
      17



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