Method

GioSocketset_multicast_loopback

since: 2.32

Declaration

void
g_socket_set_multicast_loopback (
  GSocket* socket,
  gboolean loopback
)

Description

Sets whether outgoing multicast packets will be received by sockets listening on that multicast address on the same host. This is TRUE by default.

Available since: 2.32

Parameters

loopback

Type: gboolean

Whether socket should receive messages sent to its multicast groups from the local host.