lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] lwip CHANGELOG src/core/netif.c src/core/ipv4/i...


From: Frédéric Bernon
Subject: [lwip-commits] lwip CHANGELOG src/core/netif.c src/core/ipv4/i...
Date: Sun, 09 Sep 2007 20:46:34 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Frédéric Bernon <fbernon>     07/09/09 20:46:34

Modified files:
        .              : CHANGELOG 
        src/core       : netif.c 
        src/core/ipv4  : igmp.c ip.c 
        src/include/ipv4/lwip: igmp.h 
        src/include/lwip: netif.h 

Log message:
        igmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to have interfaces 
with IGMP, and others without it, there is a new NETIF_FLAG_IGMP flag to set in 
netif->flags if you want IGMP on an interface. igmp_stop() is now called inside 
netif_remove(). igmp_report_groups() is now called inside netif_set_link_up() 
(need to have LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up 
(avoid to wait the next query message to receive the matching multicast 
streams).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/CHANGELOG?cvsroot=lwip&r1=1.221&r2=1.222
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/netif.c?cvsroot=lwip&r1=1.62&r2=1.63
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/ipv4/igmp.c?cvsroot=lwip&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/ipv4/ip.c?cvsroot=lwip&r1=1.55&r2=1.56
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/ipv4/lwip/igmp.h?cvsroot=lwip&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/netif.h?cvsroot=lwip&r1=1.40&r2=1.41




reply via email to

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