[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADVnQymM_fasoZ6s=Si=gccQ=wvmdt+0jryWovTxLeZw8e95WA@mail.gmail.com>
Date: Tue, 11 Jun 2013 19:56:28 -0400
From: Neal Cardwell <ncardwell@...gle.com>
To: Yuchung Cheng <ycheng@...gle.com>
Cc: David Miller <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Nandita Dukkipati <nanditad@...gle.com>,
Netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next] tcp: properly send new data in fast recovery in
first RTT
On Tue, Jun 11, 2013 at 6:35 PM, Yuchung Cheng <ycheng@...gle.com> wrote:
> Linux sends new unset data during disorder and recovery state if all
> (suspected) lost packets have been retransmitted ( RFC5681, section
> 3.2 step 1 & 2, RFC3517 section 4, NexSeg() Rule 2). One requirement
> is to keep the receive window about twice the estimated sender's
> congestion window (tcp_rcv_space_adjust()), assuming the fast
> retransmits repair the losses in the next round trip.
>
> But currently it's not the case on the first round trip in either
> normal or Fast Open connection, beucase the initial receive window
> is identical to (expected) sender's initial congestion window. The
> fix is to double it.
>
> Signed-off-by: Yuchung Cheng <ycheng@...gle.com>
Acked-by: Neal Cardwell <ncardwell@...gle.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists