From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Petlund Subject: [net-next PATCH v4 0/3] net: TCP thin-stream latency-improving modifications Date: Tue, 16 Feb 2010 15:40:18 +0100 Message-ID: <4B7AAE52.5050507@simula.no> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: =?ISO-8859-1?Q?Ilpo_J=E4rvinen?= , Eric Dumazet , Arnd Hannemann , LKML , shemminger@vyatta.com, David Miller , william.allen.simpson@gmail.com, damian@tvk.rwth-aachen.de, "Eric W. Biederman" To: "netdev@vger.kernel.org" Return-path: Received: from mail-forward1.uio.no ([129.240.10.70]:56645 "EHLO mail-forward1.uio.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753870Ab0BPOkV (ORCPT ); Tue, 16 Feb 2010 09:40:21 -0500 Received: from exim by mail-out1.uio.no with local-bsmtp (Exim 4.69) (envelope-from ) id 1NhOb6-0001TA-Fo for netdev@vger.kernel.org; Tue, 16 Feb 2010 15:40:20 +0100 Sender: netdev-owner@vger.kernel.org List-ID: This is a series of patches enabling non-intrusive, dynamically triggered modifications that improve retransmission latencies for thin streams. The patch set was modified according to the feedback received. Major changes: -Renamed central variables, sysctls and ioctls. -Removed redundant allocations. -Added documentation in ip-sysctl.txt. -Added tcp thin-stream info in new file: tcp-thin.txt. Cheers, Andreas Petlund