mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
gio: add g_socket_join_multicast_group_ssm (IGMPv3 SSM)
It adds support for source-specific multicast IGMPv3. Allow receiving data only from a specified source when joining a multicast group. g_socket_join_multicast_group_ssm can be called multiple times to allow receiving data from more than one source. Support IPv4 and IPv6. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740791
This commit is contained in:
committed by
Philip Withnall
parent
a79ca79a85
commit
ea725a6414
@@ -364,6 +364,9 @@
|
||||
/* Define if you have the 'sig_atomic_t' type. */
|
||||
#mesondefine HAVE_SIG_ATOMIC_T
|
||||
|
||||
/* Define if there is support for the ioctl request SIOCGIFADDR. */
|
||||
#mesondefine HAVE_SIOCGIFADDR
|
||||
|
||||
/* Define to 1 if you have the `snprintf' function. */
|
||||
#mesondefine HAVE_SNPRINTF
|
||||
|
||||
|
Reference in New Issue
Block a user