Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 5 Apr 2002 05:47:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 5 Apr 2002 05:47:49 -0500 Received: from ns1.alcove-solutions.com ([212.155.209.139]:45952 "EHLO smtp-out.fr.alcove.com") by vger.kernel.org with ESMTP id ; Fri, 5 Apr 2002 05:47:42 -0500 Date: Fri, 5 Apr 2002 12:47:33 +0200 From: Stelian Pop To: "David S. Miller" Cc: linux-kernel@vger.kernel.org Subject: Re: socket write(2) after remote shutdown(2) problem ? Message-ID: <20020405104733.GD16595@come.alcove-fr> Reply-To: Stelian Pop Mail-Followup-To: Stelian Pop , "David S. Miller" , linux-kernel@vger.kernel.org In-Reply-To: <20020405095038.GB16595@come.alcove-fr> <20020405.020443.115246313.davem@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 05, 2002 at 02:04:43AM -0800, David S. Miller wrote: > From: Stelian Pop > Date: Fri, 5 Apr 2002 11:50:39 +0200 > > * the client side socket passes in CLOSE-WAIT state > * the client issues a write on the socket which succeds. > ... > Attached are sample codes for the "server" and the "client". Test > was done on latest 2.4 and 2.5 kernels. > > Your client does not do any write()'s after the shutdown call. > It simply exit(0)'s. You mean the 'server' ? Even if I add a sleep(600) between the shutdown() call and the exit() call I get the same behaviour. Stelian. -- Stelian Pop Alcove - http://www.alcove.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/