RTS_SOCKET_SO_VALUE_IP_MREQ (STRUCT)ΒΆ

TYPE RTS_SOCKET_SO_VALUE_IP_MREQ : STRUCT

Parameters for the socket options SOCKET_IP_ADD_MEMBERSHIP and SOCKET_IP_DROP_MEMBERSHIP to join/leave the socket to/from the supplied multicast group on the specified interface.

InOut:

Name

Type

Comment

imr_multiaddr

INADDR

The address of the IPv4 multicast group.

imr_interface

INADDR

The local address of the interface on which the multicast group should be joined or dropped.