 | RL-ARM User's Guide |  |
|
|
| IGMP Routines| Routine | Description |
|---|
| igmp_join | Requests that this host become a member of the Host Group identified with the "group-address". | | igmp_leave | Requests that this host give up its membership in the host group identified by "group-address". |
note - The IGMP api routines enable you to use IP Multicasting - the transmission of an IP datagram to a "host group". A multicast datagram is delivered to all the members of its destination host group.
- The IGMP support in TCPnet implements IGMPv1 and IGMPv2 protocol specification.
|
|