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, STABLE-2_1


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1_x, updated. STABLE-2_1_3_RC1-6-gdbd0bc8
Date: Wed, 15 Sep 2021 02:06:20 -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, STABLE-2_1_x has been updated
       via  dbd0bc8a2cdecd5c52c982653a1aacb2ee06eb3a (commit)
       via  e5627ec64934e016d4c701b1cc4600d1b07e7eab (commit)
      from  5c8fd3158dfb7123064046ba64f8375a337aef47 (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 dbd0bc8a2cdecd5c52c982653a1aacb2ee06eb3a
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Fri Mar 5 13:04:18 2021 +0100

    netdb: fix alignment warning in debug output
    
    see bug #58650

commit e5627ec64934e016d4c701b1cc4600d1b07e7eab
Author: Oliver Hitz <oliver@net-track.ch>
Date:   Tue Oct 27 11:02:02 2020 +0100

    tcp: make tcp_listen() inherit the netbuf_idx of the original pcb
    
    This simple patch causes tcp_listen() to inherit the netbuf_idx setting
    of the original pcb. Without this, it is not possible to restrict a
    socket to a specific interface using SO_BINDTODEVICE before listening.
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

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

Summary of changes:
 src/api/netdb.c | 3 +--
 src/core/tcp.c  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)


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



reply via email to

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