Page 1 of 1

OpenNetworkConnection() behaviour. Bug or feature request?

Posted: Tue Feb 09, 2016 4:27 am
by Korolev Michael
Behaviour of OpenNetworkConnection() differs on some OS.
For example, on Windows you can send a packet to broadcast address by default.
On Linux, you cannot send, you need to create socket manually and must specify #SO_BROADCAST option

Can developers make possible to specify additional connection options, or at least, make broadcasting equal on all platforms?