GNOME Bugzilla – Bug 612926
GSocket don't support the SO_BROADCAST property
Last modified: 2010-11-10 20:18:52 UTC
if someone use gsocket to broadcast messages, must set SO_BROADCAST with socket, if not, sendto will return -1, the errno is 10013.
There's no api to set the SO_BROADCAST property directly, just like g_socket_set_blocking
*** This bug has been marked as a duplicate of bug 623187 ***