How can I send IGMP Join/Leave report with TCP/IP stack enabled? #3055
-
Hello, (My question is not about the IGMP packet structure, it is about how to send such packet) |
Beta Was this translation helpful? Give feedback.
Answered by
scaprile
Feb 27, 2025
Replies: 1 comment
-
IGMP = Internet Group Management Protocol; part of the TCP/IP protocol stack handling multicast |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scaprile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IGMP = Internet Group Management Protocol; part of the TCP/IP protocol stack handling multicast
If you were using lwIP, you were using lwIP functions for that
Mongoose (currently) does not support multicast.