Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <00b401c23742$e20b0f20$6132bc3e@BABEL> From: "Conrad Scott" To: References: <010901c23724$96e5d430$6132bc3e AT BABEL> <3D4581E4 DOT BB580995 AT ieee DOT org> <005801c23730$02304170$6132bc3e AT BABEL> <20020729192037 DOT GA19335 AT redhat DOT com> Subject: Re: TCP problems Date: Mon, 29 Jul 2002 21:59:51 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 "Christopher Faylor" wrote: > If you're just talking about system-wide closes then you could use > the technique currently employed in pipe.cc where events are used > as flags indicating when the "other side" of a pipe is closed. Thanks for the pointer: I'll go take a look. // Conrad