Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
GSocket: Add multicast-related functions
Browse files Browse the repository at this point in the history
Add APIs for sending and receiving multicast datagrams with GSocket.

Based on an earlier patch from Olivier Chalouhi.

https://bugzilla.gnome.org/show_bug.cgi?id=626589
  • Loading branch information
danwinship authored and Sebastian Dröge committed Jan 16, 2012
1 parent 26b3fbd commit a62d1bb
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/reference/gio/gio-sections.txt
Expand Up @@ -1822,6 +1822,13 @@ g_socket_get_remote_address
g_socket_get_socket_type
g_socket_speaks_ipv4
g_socket_get_credentials
<SUBSECTION>
g_socket_join_multicast_group
g_socket_leave_multicast_group
g_socket_get_multicast_loopback
g_socket_set_multicast_loopback
g_socket_get_multicast_ttl
g_socket_set_multicast_ttl
<SUBSECTION Standard>
GSocketClass
G_IS_SOCKET
Expand Down
6 changes: 6 additions & 0 deletions gio/gio.symbols
Expand Up @@ -956,11 +956,15 @@ g_socket_get_timeout
g_socket_get_keepalive
g_socket_get_listen_backlog
g_socket_get_local_address
g_socket_get_multicast_loopback
g_socket_get_multicast_ttl
g_socket_get_protocol
g_socket_get_remote_address
g_socket_get_socket_type
g_socket_is_closed
g_socket_is_connected
g_socket_join_multicast_group
g_socket_leave_multicast_group
g_socket_listen
g_socket_new
g_socket_new_from_fd
Expand All @@ -976,6 +980,8 @@ g_socket_set_blocking
g_socket_set_timeout
g_socket_set_keepalive
g_socket_set_listen_backlog
g_socket_set_multicast_loopback
g_socket_set_multicast_ttl
g_socket_speaks_ipv4
g_socket_get_credentials
g_socket_control_message_get_type
Expand Down

0 comments on commit a62d1bb

Please sign in to comment.