On Mon, 2013-12-09 at 21:41 +0100, Per Juborg wrote: > 1 warning generated. > CC main-auth.o > CC worker-vpn.o > worker-vpn.c:996:46: error: use of undeclared identifier 'SO_PRIORITY' > ret = setsockopt( ws->conn_fd, SOL_SOCKET, SO_PRIORITY, &l, sizeof(l)); > ^ > worker-vpn.c:1055:46: error: use of undeclared identifier 'SO_PRIORITY' > ret = setsockopt( ws->udp_fd, SOL_SOCKET, SO_PRIORITY, &l, sizeof(l)); Hello Per, I've moved that to conditional. However, is there any way to set priority (for IP or just internally in the sockets) in that system? regards, Nikos