VideoTools
|
A class to do setsocketopt() on a socket file descriptor, with IP_ADD_MEMBERSHIP. More...
#include <gvmulticast.h>
Static Public Member Functions | |
static void | join (SOCKET, const std::string &) |
Joins the socket to the multicast group. IPv4 only. Throws on error. | |
static void | join (SOCKET, const in_addr &multiaddr) |
Joins the socket to the multicast group. IPv4 only. Throws on error. | |
A class to do setsocketopt() on a socket file descriptor, with IP_ADD_MEMBERSHIP.
Definition at line 38 of file gvmulticast.h.