Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967988AbWK3Xxn (ORCPT ); Thu, 30 Nov 2006 18:53:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967989AbWK3Xxn (ORCPT ); Thu, 30 Nov 2006 18:53:43 -0500 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:23995 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S967988AbWK3Xxm (ORCPT ); Thu, 30 Nov 2006 18:53:42 -0500 Date: Fri, 1 Dec 2006 00:00:30 +0000 From: Alan To: Phillip Susi Cc: Matt Garman , linux-kernel@vger.kernel.org Subject: Re: What happened to CONFIG_TCP_NAGLE_OFF? Message-ID: <20061201000030.1d8ba600@localhost.localdomain> In-Reply-To: <456F34BE.5050303@cfl.rr.com> References: <456DE85F.50806@cfl.rr.com> <456F34BE.5050303@cfl.rr.com> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-redhat-linux-gnu) 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 Content-Length: 928 Lines: 21 > No, nagle was invented specifically for telnet. Without nagle, every No it was general purpose. It fixes some extremely bad behaviour in TCP with congestion well beyond the "telnet" behaviour. > Things like mouse movements should not be sent over TCP at all. UDP > makes a much better protocol for that kind of data since if a packet is UDP is rarely appropriate because it has no congestion control. There are more appropriate protocols but they are rarely implemented so TCP generally gets used. > lost, there is no need to retransmit the same data; instead you just get > the next position update and don't care about where the mouse was during > the dropped packet. - 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/