From: Baruch Even <baruch@ev-en.org>
To: "Ilpo Järvinen" <ilpo.jarvinen@helsinki.fi>
Cc: David Miller <davem@davemloft.net>, Netdev <netdev@vger.kernel.org>
Subject: Re: [PATCH] [TCP] Sysctl: document tcp_max_ssthresh (Limited Slow-Start)
Date: Fri, 18 May 2007 20:42:28 +0300 [thread overview]
Message-ID: <464DE584.7030008@ev-en.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0705181926570.22402@kivilampi-30.cs.helsinki.fi>
Ilpo Järvinen wrote:
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
> ---
> Documentation/networking/ip-sysctl.txt | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
> index ce16e6a..44ba8d4 100644
> --- a/Documentation/networking/ip-sysctl.txt
> +++ b/Documentation/networking/ip-sysctl.txt
> @@ -239,6 +239,19 @@ tcp_max_orphans - INTEGER
> more aggressively. Let me to remind again: each orphan eats
> up to ~64K of unswappable memory.
>
> +tcp_max_ssthresh - INTEGER
> + Limited Slow-Start for TCP with Large Congestion Windows defined in
> + RFC3742. Limited slow-start is a mechanism to limit grow of the
s/grow/growth/
> + congestion window on the region where congestion window is larger than
> + tcp_max_ssthresh. A TCP connection with a large congestion window could
> + have its congestion window increased by thousand (or even more)
> + segments per RTT by the traditional slow-start procedure which might be
> + counter-productive to TCP performance when packet losses start to
> + occur. With limited slow-start TCP increments congestion window at
> + most tcp_max_ssthresh/2 segments per RTT when the congestion window is
I'm not a native English speaker but "at most" sounds a bit awkward to
me, maybe change it to "by no more than". But I'm sure someone can find
a better phrasing.
Baruch
next prev parent reply other threads:[~2007-05-18 18:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-18 16:27 [PATCH] [TCP] Sysctl: document tcp_max_ssthresh (Limited Slow-Start) Ilpo Järvinen
2007-05-18 17:42 ` Baruch Even [this message]
2007-05-18 19:39 ` Rick Jones
2007-05-18 20:49 ` John Heffner
2007-05-19 7:24 ` Ilpo Järvinen
2007-05-19 7:32 ` Ilpo Järvinen
2007-05-19 7:01 ` Ilpo Järvinen
2007-05-19 7:26 ` Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=464DE584.7030008@ev-en.org \
--to=baruch@ev-en.org \
--cc=davem@davemloft.net \
--cc=ilpo.jarvinen@helsinki.fi \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.