Gio.Socket.prototype.get_multicast_loopback
function get_multicast_loopback(): Boolean {
// Gjs wrapper for g_socket_get_multicast_loopback()
}
Gets the multicast loopback setting on socket; if true (the default), outgoing multicast packets will be looped back to multicast listeners on the same host.
Since 2.32
- Returns
the multicast loopback setting on socket