Top "Igmp" questions

Question related to IGMP(Internet Group Management Protocol), a communications protocol used by hosts and adjacent routers on IP networks to establish multicast group memberships.

Multicast Join on Linux and IGMPv3

We've run into a thorny problem. We are writing a c++ program that receives multicast UDP traffic. We're in the …

networking multicast igmp
How can I enable IGMP Snooping in OpenWRT?

I'm using OpenWRT on a TP-LINK TL-WR703N. I need to block large quantities of multicast data on the wired …

multicast openwrt igmp
Socket error:90:Message Too Long

I have an error from the following scenario with IGMP socket call; fd = socket(PF_INET, SOCK_RAW, IPPROTO_IGMP) ; …

c sockets network-programming linux-kernel igmp
Setting IGMP Version on Windows 7

I have a piece of software written "out there" (e.g. no source code available) that allows me to use …

windows-7 igmp
How to send an IP packet with given hex payload in Python?

I have sniffed an IGMP packet and now I would like to send it with the help of python. Is …

python sockets igmp