Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752952Ab0HZDvl (ORCPT ); Wed, 25 Aug 2010 23:51:41 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:41486 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771Ab0HZDvj (ORCPT ); Wed, 25 Aug 2010 23:51:39 -0400 Date: Wed, 25 Aug 2010 20:51:54 -0700 (PDT) Message-Id: <20100825.205154.191390581.davem@davemloft.net> To: kosaki.motohiro@jp.fujitsu.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, yoshfuji@linux-ipv6.org, bhutchings@solarflare.com Subject: Re: [PATCH] tcp: select(writefds) don't hang up when a peer close connection From: David Miller In-Reply-To: References: <20100825110049.F3C9.A69D9226@jp.fujitsu.com> <20100825.153424.246521475.davem@davemloft.net> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 23 From: KOSAKI Motohiro Date: Thu, 26 Aug 2010 12:09:55 +0900 > Probably my example is not so good. That's not my point. > In the example application, client and server socket is in the same process. > But it's NOT generic. usually, client and server are another process. then, > client can't expect when server close socket. > > The most big matter is, this is can't be avoided in userland. In addition, > EVERY application don't want application hang up. we don't hesitate > userland change. Ok, you and Ben Hutchings have convinced me to reconsider. And this matches what even BSD4.4-Lite does (I checked yesterday before my initial reply), so I will apply this patch. Thanks for your patience. -- 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/