Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Joining and Leaving an IGMP Host Group

µC/TCP-IP supports IP multicasting with IGMP. In order to receive packets addressed to a given IP multicast group address, the stack must have been configured to support multicasting in net_cfg.h, and that host group has to be joined.

The following examples show how to join and leave an IP multicast group with µC/TCP-IP:

 

...