lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_2_0_RELEASE-44-g574bd6e5
Date: Thu, 12 Oct 2023 15:00:52 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  574bd6e5aa57b971db7b347b8ad761342be9a02c (commit)
      from  de0b97861a3f24b6291b5cc9e9640ca79f5bedf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 574bd6e5aa57b971db7b347b8ad761342be9a02c
Author: duckpowerMB <ericwudesigner@gmail.com>
Date:   Thu Sep 9 16:52:55 2021 +0800

    tcp_in : fix ooseq update error
    
    if a pbuf received with the same seqno in ooseq ,
    we then check  the size and replace the existing one
    with the larger one,but if the existing one is the
    last segment in ooseq ,it might has been trimed before.
    the replacing action will overrun our receive windows
    
    see patch #10106 and bug #56397

-----------------------------------------------------------------------

Summary of changes:
 src/core/tcp_in.c | 9 +++++++++
 1 file changed, 9 insertions(+)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]