[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #8754] Add functions to join/leave IGMP by netif
From: |
Erik Ekman |
Subject: |
[lwip-devel] [patch #8754] Add functions to join/leave IGMP by netif |
Date: |
Mon, 28 Sep 2015 14:48:20 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0 |
URL:
<http://savannah.nongnu.org/patch/?8754>
Summary: Add functions to join/leave IGMP by netif
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: yarrick
Submitted on: Mon 28 Sep 2015 02:48:19 PM GMT
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
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 get the IP address first only for the IGMP code to
convert back to netif.
----
If this is accepted I can make the same change for IPv6, were it works
similarly.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon 28 Sep 2015 02:48:19 PM GMT Name:
0001-Add-functions-to-join-leave-IGMP-group-by-netif.patch Size: 12kB By:
yarrick
<http://savannah.nongnu.org/patch/download.php?file_id=35004>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?8754>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [patch #8754] Add functions to join/leave IGMP by netif,
Erik Ekman <=