MCPcopy Create free account
hub / github.com/acl-dev/acl / set_multicast_loopback

Method set_multicast_loopback

lib_acl_cpp/samples/multicast/main.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 virtual ~multicast_thread() {}
7
8 void set_multicast_loopback(bool on) {
9 loopback_ = on;
10 }
11
12 bool open(const char* addr, const char* iface, int port) {
13 unsigned oflags = acl::OPEN_FLAG_REUSEPORT;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected