From: Hagen Paul Pfeifer <hagen@jauu.net>
To: Jerry Chu <hkchu@google.com>
Cc: David Miller <davem@davemloft.net>,
Eric Dumazet <eric.dumazet@gmail.com>,
tsunanet@gmail.com,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH] RFC2988bis + taking RTT sample from 3WHS for the passive open side
Date: Wed, 8 Jun 2011 23:16:39 +0200 [thread overview]
Message-ID: <20110608211639.GA2876@nuttenaction> (raw)
In-Reply-To: <BANLkTimXgK03tM1e3FYe+wausHT15W6H-2eMNCWaj8LLxRvbZw@mail.gmail.com>
Hello Jerry
* Jerry Chu | 2011-06-08 11:04:22 [-0700]:
>+ /* Cut cwnd down to 1 per RFC5681 if SYN or SYN-ACK has been
>+ * retransmitted. In light of RFC2988bis' more aggressive 1sec
>+ * initRTO, we only reset cwnd when more than 1 SYN/SYN-ACK
>+ * retransmission has occurred.
>+ */
>+ if (tp->total_retrans > 1)
>+ tp->snd_cwnd = 1;
>+ else
>+ tp->snd_cwnd = tcp_init_cwnd(tp, dst);
Is this behavior somewhere documented? In RFC2988bis I cannot find something
similar.
Cheers, Hagen
next prev parent reply other threads:[~2011-06-08 21:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1307509203-30973-1-git-send-email-hkchu@google.com>
[not found] ` <1307550654.3057.70.camel@edumazet-laptop>
2011-06-08 17:04 ` [PATCH] RFC2988bis + taking RTT sample from 3WHS for the passive open side Jerry Chu
2011-06-08 22:26 ` Jerry Chu
2011-06-08 23:39 ` Eric Dumazet
2011-06-08 23:44 ` David Miller
2011-06-08 23:57 ` Rick Jones
2011-06-08 23:59 ` David Miller
2011-06-09 3:39 ` Jerry Chu
2011-06-08 18:04 ` Jerry Chu
2011-06-08 20:54 ` Yuchung Cheng
2011-06-08 22:13 ` David Miller
2011-06-08 21:03 ` Eric Dumazet
2011-06-08 21:16 ` Hagen Paul Pfeifer [this message]
2011-06-08 22:06 ` Jerry Chu
2011-06-08 21:08 H.K. Jerry Chu
2011-06-09 0:06 ` David Miller
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=20110608211639.GA2876@nuttenaction \
--to=hagen@jauu.net \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=hkchu@google.com \
--cc=netdev@vger.kernel.org \
--cc=tsunanet@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).