[RESEND PATCH v3 2/9] net/tcp: fix selective acknowledge

Simon Glass sjg at chromium.org
Sat Aug 17 17:58:18 CEST 2024


On Wed, 14 Aug 2024 at 04:32, Mikhail Kshevetskiy
<mikhail.kshevetskiy at iopsys.eu> wrote:
>
> Current code assume that all (except last) packets are of the same size.
> This is definitely wrong. Replace SACK code with a new one, that does
> not rely on this assumption. Also this code uses less memory.
>
> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at iopsys.eu>
> ---
>  net/tcp.c | 200 +++++++++++++++++++++++-------------------------------
>  1 file changed, 86 insertions(+), 114 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Are there no tests for TCP in U-Boot?


More information about the U-Boot mailing list