nn::socket::IpMreq Structurestruct IpMreq
{
InAddr multiaddr;
InAddr interface;
};
A structure used with IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP in the GetSockOpt and SetSockOpt functions.
| multiaddr | The group IP address. | |
|---|---|---|
| interface | The interface IP address. |
CONFIDENTIAL