Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 1997 04:39:26 -0700
From:      David Greenman <dg@root.com>
To:        Developer <dev@flevel.co.uk>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: FIN_WAIT_2 
Message-ID:  <199705191139.EAA02861@implode.root.com>
In-Reply-To: Your message of "Mon, 19 May 1997 11:43:29 BST." <Pine.BSF.3.95q.970519114250.2842A-100000@fgate.flevel.co.uk> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Does anyone know if Freebsd times out FIN_WAIT_2's.. if so what is the
>timeout and what date was this put into the kernel?

   There have been a variety of timer changes over the past two years which
should catch cases >= CLOSING. Specifically, the persist timer is set on
connections >= CLOSING, so connections in FIN_WAIT_2 should be timed out by
that timer at the very least. My vague recollection is that a different timer
kills it before that, however.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project




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