]> code.delx.au - pulseaudio/blobdiff - polyp/socket-util.c
* Look for M4 in configure.ac
[pulseaudio] / polyp / socket-util.c
index 4e1eb6ab857dd8e944141c828243dc457f894f56..96ea2c6076fabcb7bca8c95c578056dfcb7cc575 100644 (file)
@@ -114,6 +114,7 @@ int pa_socket_tcp_low_delay(int fd) {
     ret = pa_socket_low_delay(fd);
     
     on = 1;
+/*
 #if defined(SOL_TCP) || defined(IPPROTO_TCP)
 #if defined(SOL_TCP)
     if (setsockopt(fd, SOL_TCP, TCP_NODELAY, &on, sizeof(on)) < 0)
@@ -122,6 +123,7 @@ int pa_socket_tcp_low_delay(int fd) {
 #endif
         ret = -1;
 #endif
+*/
 
 #if defined(IPTOS_LOWDELAY) && defined(IP_TOS) && (defined(SOL_IP) || \
        defined(IPPROTO_IP))