From owner-freebsd-bugs Thu Aug 16 10:22: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id DC38337B411; Thu, 16 Aug 2001 10:22:05 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 8E83B81D0E; Thu, 16 Aug 2001 12:21:55 -0500 (CDT) Date: Thu, 16 Aug 2001 12:21:55 -0500 From: Alfred Perlstein To: ru@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/29774: accept filters leave established connections without timeout Message-ID: <20010816122155.K38066@elvis.mu.org> References: <200108161545.f7GFjff13244@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108161545.f7GFjff13244@freefall.freebsd.org>; from ru@FreeBSD.org on Thu, Aug 16, 2001 at 08:45:41AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * ru@FreeBSD.org [010816 10:46] wrote: > Synopsis: accept filters leave established connections without timeout > > Alfred, could you please look at this? I've already answered such questions before. Yes accept filters leave the connection open, however the connections will be dropped when SOMAXCON (or the listen(2) limit) is hit. I also suspect that you can enable keepalives on the listen socket to effect a timeout for incomming connections. Please let me know if this is acceptable. -- -Alfred Perlstein [alfred@freebsd.org] Ok, who wrote this damn function called '??'? And why do my programs keep crashing in it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message