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. 3dd0977635292a7f8496ee7e0ed93c0840779d9e
Date: Wed, 30 Sep 2015 12:37:41 +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  3dd0977635292a7f8496ee7e0ed93c0840779d9e (commit)
       via  ba71ac78d926165c0a5b51f56263adbbdccd9c82 (commit)
      from  373714c02f1c372b862f9b3a1b6bd339f531d37d (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 3dd0977635292a7f8496ee7e0ed93c0840779d9e
Author: goldsimon <address@hidden>
Date:   Wed Sep 30 14:37:37 2015 +0200

    minor: fixed coding style in igmp.c

commit ba71ac78d926165c0a5b51f56263adbbdccd9c82
Author: Erik Ekman <address@hidden>
Date:   Mon Sep 28 16:38:31 2015 +0200

    Add functions to join/leave IGMP group by netif
    
    Existing functions are based on IP address, but the address is used
    only to look up which netif to act on. The netif-based core code is
    extracted to new exported functions.
    
    If you have a netif handle, this makes it easier to join/leave
    groups, without the need to convert to IP address first only for the
    IGMP code to convert back to netif.

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

Summary of changes:
 src/core/ipv4/igmp.c    |  356 ++++++++++++++++++++++++++--------------------
 src/include/lwip/igmp.h |    2 +
 2 files changed, 203 insertions(+), 155 deletions(-)


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



reply via email to

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