mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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
@@ -2095,6 +2095,8 @@ g_socket_get_credentials
|
||||
<SUBSECTION>
|
||||
g_socket_join_multicast_group
|
||||
g_socket_leave_multicast_group
|
||||
g_socket_join_multicast_group_ssm
|
||||
g_socket_leave_multicast_group_ssm
|
||||
g_socket_get_multicast_loopback
|
||||
g_socket_set_multicast_loopback
|
||||
g_socket_get_multicast_ttl
|
||||
|
Reference in New Issue
Block a user