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 | InAddr |
The group IP address. | |
|---|---|---|---|
| interface | InAddr |
The interface IP address. |
CONFIDENTIAL