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. d850efdd08a80c1b83fff31965cf119cf314ce87
Date: Wed, 19 Aug 2015 08:15:58 +0000

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  d850efdd08a80c1b83fff31965cf119cf314ce87 (commit)
      from  a6bd0944dbd39221d6e9c04a7b52c0230a334bd4 (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 d850efdd08a80c1b83fff31965cf119cf314ce87
Author: Joel Cunningham <address@hidden>
Date:   Fri May 15 08:50:35 2015 -0500

    IPv6 sockaddr clean ups
    
    This commit address two issues with sockaddr struct implementations for
    IPv6:
    
      1) struct sockaddr_in6 should have 32-bit unsigned field sin6_scope_id
         as specified in Section 3.4 of RFC 3493 (Basic Socket Interface
         Extensions for IPv6)
      2) struct sockaddr is not extended in IPv6 to contain space for
         struct sockaddr_in6.  Applications should be using struct
         sockaddr_storage when needing generic storage.  This removes the
         extra bytes added when LWIP_IPV6 is defined

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

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


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



reply via email to

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