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. master_at_STABLE-2_0_0-906-gb7e5de3
Date: Sat, 9 Sep 2017 15:51:39 -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  b7e5de389e8c5265be6eceb8d85dca1c9271d78a (commit)
      from  86abfbe0877c891f27b52e249cf8d1d3b4d08705 (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 b7e5de389e8c5265be6eceb8d85dca1c9271d78a
Author: Jakub Schmidtke <address@hidden>
Date:   Fri Sep 8 16:06:49 2017 -0400

    Fixed removing unneeded TCP SACKs
    
    TCP SACKs were removed after some changes in the ooseq queue,
    but before all unneeded packets were removed from it.
    Because of that, we would sometimes include SACKs
    for data already delivered in-order.
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/core/tcp_in.c | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)


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



reply via email to

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