Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752411AbbKKQuJ (ORCPT ); Wed, 11 Nov 2015 11:50:09 -0500 Received: from tex.lwn.net ([70.33.254.29]:35392 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752235AbbKKQuG (ORCPT ); Wed, 11 Nov 2015 11:50:06 -0500 Date: Wed, 11 Nov 2015 09:50:02 -0700 From: Jonathan Corbet To: Niklas Cassel Cc: , , , , Niklas Cassel , netdev@vger.kernel.org Subject: Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Message-ID: <20151111095002.2311dada@xps> In-Reply-To: <1447077529-9200-1-git-send-email-niklass@axis.com> References: <1447077529-9200-1-git-send-email-niklass@axis.com> Organization: LWN.net X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1453 Lines: 41 On Mon, 9 Nov 2015 14:58:49 +0100 Niklas Cassel wrote: > Commit c39c4c6abb89 ("tcp: double default TSQ output bytes limit") > updated default value for tcp_limit_output_bytes I left this last time because Dave usually likes to pick up networking docs patches himself. This wasn't sent to netdev, though, so that's unlikely to happen. I've gone ahead and applied it, since it seems clearly correct. Thanks, jon > Signed-off-by: Niklas Cassel > --- > Documentation/networking/ip-sysctl.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt > index 05915be..2ea4c45 100644 > --- a/Documentation/networking/ip-sysctl.txt > +++ b/Documentation/networking/ip-sysctl.txt > @@ -709,7 +709,7 @@ tcp_limit_output_bytes - INTEGER > typical pfifo_fast qdiscs. > tcp_limit_output_bytes limits the number of bytes on qdisc > or device to reduce artificial RTT/cwnd and reduce bufferbloat. > - Default: 131072 > + Default: 262144 > > tcp_challenge_ack_limit - INTEGER > Limits number of Challenge ACK sent per second, as recommended > -- > 2.1.4 > -- 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/