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_1_0_RELEASE-285-g602a66f
Date: Thu, 1 Aug 2019 15:04: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, master has been updated
       via  602a66fe580191b951f3dbe0b859e0bb2ad26570 (commit)
       via  f126750ccd0b7654346d30ba22287e9fa99e7242 (commit)
      from  c53a8444e89e43a3d82ae7b5b2e761cf36b33381 (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 602a66fe580191b951f3dbe0b859e0bb2ad26570
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Aug 1 21:04:06 2019 +0200

    sockets: convert _HAVE_SA_LEN to lwip style

commit f126750ccd0b7654346d30ba22287e9fa99e7242
Author: Joan Lledó <address@hidden>
Date:   Sat Jul 27 18:31:35 2019 +0200

    Add support for struct sockaddr with no sa_len field.
    
    Lwip's struct sockaddr includes sa_len, but some systems
    like Linux doesn't have this filed, which produces many
    compilation problems when using external headers.
    
    A set of macros has benn added to detect the absence of
    sa_len and adapt sockets.c

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

Summary of changes:
 src/api/sockets.c          | 62 +++++++++++++++++++++++++++++++++++++++-------
 src/include/lwip/sockets.h |  3 +++
 2 files changed, 56 insertions(+), 9 deletions(-)


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



reply via email to

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