[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <445922ee-af86-131a-559f-5fa1b4ebbad5@tessares.net>
Date: Fri, 15 May 2020 17:30:37 +0200
From: Matthieu Baerts <matthieu.baerts@...sares.net>
To: Christoph Paasch <cpaasch@...le.com>,
David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org
Cc: mptcp@...ts.01.org, Paolo Abeni <pabeni@...hat.com>,
Mat Martineau <mathew.j.martineau@...ux.intel.com>
Subject: Re: [PATCH net-next] mptcp: Use 32-bit DATA_ACK when possible
On 14/05/2020 17:53, Christoph Paasch wrote:
> RFC8684 allows to send 32-bit DATA_ACKs as long as the peer is not
> sending 64-bit data-sequence numbers. The 64-bit DSN is only there for
> extreme scenarios when a very high throughput subflow is combined with a
> long-RTT subflow such that the high-throughput subflow wraps around the
> 32-bit sequence number space within an RTT of the high-RTT subflow.
>
> It is thus a rare scenario and we should try to use the 32-bit DATA_ACK
> instead as long as possible. It allows to reduce the TCP-option overhead
> by 4 bytes, thus makes space for an additional SACK-block. It also makes
> tcpdumps much easier to read when the DSN and DATA_ACK are both either
> 32 or 64-bit.
>
> Signed-off-by: Christoph Paasch <cpaasch@...le.com>
LGTM, thanks Christoph!
Reviewed-by: Matthieu Baerts <matthieu.baerts@...sares.net>
Powered by blists - more mailing lists