-
Hello there, Does the tool support IGMPv3? Cheers, |
Beta Was this translation helpful? Give feedback.
Answered by
troglobit
Nov 14, 2024
Replies: 1 comment
-
It does not generate IGMP/MLD frames, the kernel does that. You provide an (*,G) or (S,G) and mcjoin sends a setsockopt() command to the kernel which, depending on the interface link, generates IGMP/MLD frames of a version that matches what other devices on your interface link have agreed on. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
troglobit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does not generate IGMP/MLD frames, the kernel does that.
You provide an (*,G) or (S,G) and mcjoin sends a setsockopt() command to the kernel which, depending on the interface link, generates IGMP/MLD frames of a version that matches what other devices on your interface link have agreed on.