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-748-g229c9ed
Date: Wed, 28 Jun 2017 15:47:51 -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  229c9edad2d748464c086802681cbff246ecfc96 (commit)
      from  092c6c1f075eca8a1a043a854ff1e14ecb6a602b (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 229c9edad2d748464c086802681cbff246ecfc96
Author: Joel Cunningham <address@hidden>
Date:   Tue Jun 27 15:52:38 2017 -0500

    tcp: switch tcpflags_t to u16_t for all cases (bug #51326)
    
    This changes tcpflags_t to be a u16_t for all cases.  The TCP Appropriate
    Byte Count support added a new flag that used a bit past 8 and since this
    flag is now required, tcpflags_t can no longer be a u8_t
    
    This does not increase the size of struct tcp_pcb due to padding that
    already existed (see bug #51326 for details)
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/include/lwip/tcp.h | 4 ----
 1 file changed, 4 deletions(-)


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



reply via email to

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