After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612926 - GSocket don't support the SO_BROADCAST property
GSocket don't support the SO_BROADCAST property
Status: RESOLVED DUPLICATE of bug 623187
Product: glib
Classification: Platform
Component: gio
2.22.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-03-15 09:26 UTC by 张诚
Modified: 2010-11-10 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description 张诚 2010-03-15 09:26:42 UTC
if someone use gsocket to broadcast messages, must set SO_BROADCAST with socket,

if not, sendto will return -1, the errno is 10013.
Comment 1 张诚 2010-03-15 09:30:57 UTC
There's no api to set the SO_BROADCAST property directly, just like g_socket_set_blocking
Comment 2 Dan Winship 2010-11-10 20:18:52 UTC

*** This bug has been marked as a duplicate of bug 623187 ***