lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9554] Multicast filter and IGMPv3 support (MLDv2 fo


From: Joel Cunningham
Subject: [lwip-devel] [patch #9554] Multicast filter and IGMPv3 support (MLDv2 for futrue) patch
Date: Mon, 29 Jan 2018 10:26:55 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #2, patch #9554 (project lwip):

+++ lwip-mcast/src/include/lwip/sockets.h       Sat Jan 27 17:16:08 2018
@@ -269,6 +269,17 @@
 #define IP_TOS             1
 #define IP_TTL             2
 #define IP_PKTINFO         8
+#define IP_MINTTL          99
+#define IP_HDRINCL         100
+#define IP_OPTIONS         101
+
+#if LWIP_IPV6
+#define IPV6_RECVPKTINFO    49  /* Recv IPV6_PKTINFO message */
+#define IPV6_PKTINFO        50
+#define IPV6_RECVHOPLIMIT   51  /* Recv IPV6_HOPLIMIT message */
+#define IPV6_HOPLIMIT       52
+#define IPV6_MINHOPCNT      99
+#endif /* LWIP_IPV6 */

Looks like a bunch of new socket options are in the patch as well, glad to see
IPV6_PKTINFO making the list (which I've had as a TODO for a while) :)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9554>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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