MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / leaveGroup

Method leaveGroup

base/poco/Net/src/MulticastSocket.cpp:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257
258void MulticastSocket::leaveGroup(const IPAddress& groupAddress)
259{
260 NetworkInterface intf;
261 leaveGroup(groupAddress, intf);
262}
263
264
265void MulticastSocket::leaveGroup(const IPAddress& groupAddress, const NetworkInterface& interfc)

Callers

nothing calls this directly

Calls 7

memcpyFunction · 0.85
firstAddressMethod · 0.80
setRawOptionMethod · 0.80
afMethod · 0.45
addrMethod · 0.45
lengthMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected