git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@379
fefdeb5f-60dc-0310-8127-
8f9354f1896f
}
int pa_socket_low_delay(int fd) {
+#ifdef SO_PRIORITY
int priority;
assert(fd >= 0);
-#ifdef SO_PRIORITY
priority = 7;
if (setsockopt(fd, SOL_SOCKET, SO_PRIORITY, (void*)&priority, sizeof(priority)) < 0)
return -1;
ret = pa_socket_low_delay(fd);
on = 1;
+ tos = 0;
#if defined(SOL_TCP) || defined(IPPROTO_TCP)
#if defined(SOL_TCP)