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-759-g6796bcf
Date: Mon, 3 Jul 2017 15:21:12 -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  6796bcf7ad0cb343e16d4dba82c60849195276cf (commit)
       via  b1a3c37c3c5b38e8cee9f77c1bf048b11dcadc0f (commit)
      from  d262132b92b29498cc6fa98a1e5bacc707e4c302 (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 6796bcf7ad0cb343e16d4dba82c60849195276cf
Author: goldsimon <address@hidden>
Date:   Mon Jul 3 21:20:56 2017 +0200

    Cleaned up a bit after merging SACK_OUT support (mostly coding style)

commit b1a3c37c3c5b38e8cee9f77c1bf048b11dcadc0f
Author: Jakub Schmidtke <address@hidden>
Date:   Thu Jun 29 17:06:16 2017 -0400

    Partial SACK (RFC 2018) support
    
    Adds partial support for selective acknowledgements (RFC 2018).
    This change makes lwIP negotiate SACK support, and include SACK
    data in outgoing empty ACK packets. It does not include it
    in outgoing packets with data payload.
    It also does not add support for handling incoming SACKs.
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/core/init.c                  |   6 +
 src/core/tcp.c                   |   6 +
 src/core/tcp_in.c                | 262 ++++++++++++++++++++++++++++++++++++++-
 src/core/tcp_out.c               | 111 ++++++++++++++++-
 src/include/lwip/opt.h           |  21 ++++
 src/include/lwip/priv/tcp_priv.h |  16 ++-
 src/include/lwip/tcp.h           |  20 +++
 7 files changed, 430 insertions(+), 12 deletions(-)


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



reply via email to

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