Socket.leaveMulticastGroup

Removes socket from the multicast group defined by group, iface, and source_specific (which must all have the same values they had when you joined the group).

socket remains bound to its address and port, and can still receive unicast messages after calling this.

To unbind to a given source-specific multicast address, use gio.socket.Socket.leaveMulticastGroupSsm instead.

class Socket
bool
leaveMulticastGroup

Parameters

group gio.inet_address.InetAddress

a #GInetAddress specifying the group address to leave.

sourceSpecific bool

true if source-specific multicast was used

iface string

Interface used

Return Value

Type: bool

true on success, false on error.