allowDatagramBroadcasts

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the allowDatagramBroadcasts to {true | false}
Summary

Set the per-socket flag for whether sending to a broadcast address is allowed

Introduced6.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the allowDatagramBroadcasts to true
RelatedCommand: write to socket, open socket, close socket
Securitynetwork
Description

The global property allowDatagramBroadcasts needs to be set to true before sending to a broadcast address (enables the per-socket flag for whether they are allowed).