Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 30 Jan 2002 17:00:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 30 Jan 2002 17:00:15 -0500 Received: from pizda.ninka.net ([216.101.162.242]:60040 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Wed, 30 Jan 2002 16:59:38 -0500 Date: Wed, 30 Jan 2002 13:58:04 -0800 (PST) Message-Id: <20020130.135804.08322556.davem@redhat.com> To: root@chaos.analogic.com Cc: landley@trommello.org, linux-kernel@vger.kernel.org Subject: Re: TCP/IP Speed From: "David S. Miller" In-Reply-To: In-Reply-To: <20020130212344.ZLSQ25963.femail43.sdc1.sfba.home.com@there> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: "Richard B. Johnson" Date: Wed, 30 Jan 2002 16:54:46 -0500 (EST) No. I set all sockets, even the original listen() socket to TCP_NODELAY. How about setting it on the resulting socket, not just the listen one? Ie. at both ends always set TCP_NODELAY to 1 on each new socket created. Nagle (Ie. TCP_NODELAY) is the only thing which could explain the behavior you are complaining about. - 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/