summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/socket-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-18 22:24:45 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-18 22:24:45 +0000
commitf44ddd1052af8026ce3bcb91b377d980a0913445 (patch)
tree645674c1be222b1bef33104beb8beaf6aab68b10 /src/pulsecore/socket-util.h
parent6b2fd2328ab715fb5ce4544fc431e545747ca95f (diff)
add new pa_socket_udp_low_delay() API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1860 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/socket-util.h')
-rw-r--r--src/pulsecore/socket-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/socket-util.h b/src/pulsecore/socket-util.h
index 616c40ac..abe9ce10 100644
--- a/src/pulsecore/socket-util.h
+++ b/src/pulsecore/socket-util.h
@@ -31,6 +31,7 @@ void pa_socket_peer_to_string(int fd, char *c, size_t l);
int pa_socket_low_delay(int fd);
int pa_socket_tcp_low_delay(int fd);
+int pa_socket_udp_low_delay(int fd);
int pa_socket_set_sndbuf(int fd, size_t l);
int pa_socket_set_rcvbuf(int fd, size_t l);