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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. c7c6b7ce93b35ea422648c9b088a214554fab8f7
Date: Wed, 21 Sep 2016 11:33:43 +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  c7c6b7ce93b35ea422648c9b088a214554fab8f7 (commit)
      from  c25de8f317bd7ba32a269670373c4d7d33b7c755 (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 c7c6b7ce93b35ea422648c9b088a214554fab8f7
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Sep 21 13:33:33 2016 +0200

    Rework IGMP and MLD6 code to store group info per-netif.
    Reasoning:
    - Makes code in single-netif case perform better and smaller
    - IGMP / MLD6 code is a little bit easier to read and understand
    - Easier to get multicast groups per netif when implementing drivers
    
    Downside: In multi-netif mode, there are two more pointers on each netif, 
even if IGMP/MLD6 is not used on it. But these systems should not be so 
memory-constrained that this will matter.

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

Summary of changes:
 src/core/ipv4/igmp.c     |  113 +++++++++++++++++++++-------------------------
 src/core/ipv6/mld6.c     |  113 ++++++++++++++++++++--------------------------
 src/core/netif.c         |    2 +-
 src/include/lwip/igmp.h  |    8 ++--
 src/include/lwip/mld6.h  |    8 ++--
 src/include/lwip/netif.h |   32 +++++++------
 6 files changed, 126 insertions(+), 150 deletions(-)


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



reply via email to

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