diff options
Diffstat (limited to 'src/pulsecore/socket-util.h')
-rw-r--r-- | src/pulsecore/socket-util.h | 1 |
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); |