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-632-g6aac937
Date: Thu, 27 Apr 2017 06:40:09 -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  6aac9377eed40a5bac68b8ddfbcce4596a26b398 (commit)
      from  7617a76b19b9a68b1312772e5b6ee5c32c5f00e5 (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 6aac9377eed40a5bac68b8ddfbcce4596a26b398
Author: goldsimon <address@hidden>
Date:   Thu Apr 27 12:38:53 2017 +0200

    Clean up LWIP_NETIF_HWADDRHINT a bit: create a struct holding the hint(s) 
and pass a pointer to that struct around. That way we are free to add more 
hints if required (e.g. see task #11620)

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

Summary of changes:
 src/core/ipv4/etharp.c   | 14 +++++++-------
 src/core/ipv4/ip4.c      | 12 ++++++------
 src/core/ipv6/ip6.c      | 12 ++++++------
 src/core/ipv6/nd6.c      |  8 ++++----
 src/core/netif.c         |  2 +-
 src/core/raw.c           |  8 ++++----
 src/core/tcp_out.c       | 16 ++++++++--------
 src/core/udp.c           |  4 ++--
 src/include/lwip/ip.h    | 28 ++++++++++++++--------------
 src/include/lwip/ip4.h   |  6 +++---
 src/include/lwip/ip6.h   |  6 +++---
 src/include/lwip/netif.h | 21 ++++++++++++++++-----
 12 files changed, 74 insertions(+), 63 deletions(-)


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



reply via email to

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