summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-12-16 14:02:28 +0000
committerOlivier Crête <olivier.crete@collabora.com>2014-01-31 01:48:58 -0500
commit243c47ecc9d694ecfe230880081634936770a959 (patch)
treefb6d863067a4036407d1665206c959c753993ad5 /docs
parentc56727025dd1ffa2e0513bf6bfc5218b58e2b483 (diff)
downloadlibnice-243c47ecc9d694ecfe230880081634936770a959.tar.gz
agent: Add nice_agent_recv() allowing blocking receives on sockets
This is a blocking receive function, designed to be called from a worker thread. It cannot be used in conjunction with the existing nice_agent_attach_recv() API, as the blocking receive and the GSource would compete over access to the single copy of the data in the kernel’s receive buffer.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libnice/libnice-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt
index bc276ab..7a1c53a 100644
--- a/docs/reference/libnice/libnice-sections.txt
+++ b/docs/reference/libnice/libnice-sections.txt
@@ -23,6 +23,7 @@ nice_agent_get_remote_candidates
nice_agent_get_local_candidates
nice_agent_get_selected_pair
nice_agent_send
+nice_agent_recv
nice_agent_attach_recv
nice_agent_set_selected_pair
nice_agent_set_selected_remote_candidate