Hi I googled SO_PRIORITY an found iut that it'snot supported :( I'll test compiling tomorrow /Per > 9 dec 2013 kl. 22:16 skrev "Nikos Mavrogiannopoulos" <nmav at gnutls.org>: > >> 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 > >