Method

GioSocketset_broadcast

since: 2.32

Declaration

void
g_socket_set_broadcast (
  GSocket* socket,
  gboolean broadcast
)

Description

Sets whether socket should allow sending to broadcast addresses. This is FALSE by default.

Available since: 2.32

Sets propertyGio.Socket:broadcast

Parameters

broadcast

Type: gboolean

Whether socket should allow sending to broadcast addresses.