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 667857 - Add support for joining/leaving a multicast group
Add support for joining/leaving a multicast group
Status: RESOLVED DUPLICATE of bug 626589
Product: glib
Classification: Platform
Component: gio
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-01-13 10:32 UTC by Sebastian Dröge (slomo)
Modified: 2012-01-13 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2012-01-13 10:32:18 UTC
Hi,

for GStreamer we need some support for letting a GSocket join or leave multicast groups. GNet has something for this, e.g. gnet_mcast_socket_join_group(). Maybe there should be a GSocket subclass for multicast instead of only adding some functions to GSocket though.
Comment 1 Sebastian Dröge (slomo) 2012-01-13 10:37:30 UTC
For multicast, things like IP_MULTICAST_LOOP and SO_BROADCAST would be useful to have too.
Comment 2 Sebastian Dröge (slomo) 2012-01-13 10:40:31 UTC
...and IP_ADD_SOURCE_MEMBERSHIP (and the IPv6 equivalent) for source specific multicast.
Comment 3 Allison Karlitskaya (desrt) 2012-01-13 10:52:53 UTC

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