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. 02221cf5dc19580d7a7fb2ab5209ce87027dc110
Date: Wed, 3 Aug 2016 18:51:48 +0000 (UTC)

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  02221cf5dc19580d7a7fb2ab5209ce87027dc110 (commit)
      from  6383ef88b4938ffce67c2390c7d4f7753cf4d06d (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 02221cf5dc19580d7a7fb2ab5209ce87027dc110
Author: David van Moolenbroek <address@hidden>
Date:   Sat Jul 30 13:09:00 2016 +0000

    Rename IP_HDRINCL to LWIP_IP_HDRINCL
    
    In the BSD socket API world, IP_HDRINCL is a socket option for "raw"
    sockets that indicates whether sent packets already include an IP
    header.  Within lwIP, "IP_HDRINCL" is redefined as a special value
    that indicates to lwIP-internal functions that an IP header is already
    included.  While somewhat related, the two meanings are different and,
    on platforms that define the IP_HDRINCL socket option, this results in
    a conflict.  This patch renames the lwIP one to "LWIP_IP_HDRINCL",
    thus resolving the conflict.

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

Summary of changes:
 src/core/ipv4/icmp.c  |    2 +-
 src/core/ipv4/igmp.c  |    4 ++--
 src/core/ipv4/ip4.c   |   18 +++++++++---------
 src/core/ipv6/ip6.c   |   18 +++++++++---------
 src/include/lwip/ip.h |    5 +----
 5 files changed, 22 insertions(+), 25 deletions(-)


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



reply via email to

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