From 91738d0241aed345cac8685422d4518ea5f3cdf0 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 15 Nov 2012 19:16:10 -0500 Subject: disable SO_REUSEPORT in sys/socket.h although a number is reserved for it, this option is not implemented on Linux and does not work. defining it causes some applications to use it, and subsequently break due to its failure. --- arch/mips/bits/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h index ba790452..74908744 100644 --- a/arch/mips/bits/socket.h +++ b/arch/mips/bits/socket.h @@ -36,7 +36,7 @@ struct cmsghdr #define SO_PRIORITY 12 #define SO_LINGER 128 #define SO_BSDCOMPAT 14 -#define SO_REUSEPORT 512 +/* #define SO_REUSEPORT 512 */ #define SO_PASSCRED 17 #define SO_PEERCRED 18 #define SO_RCVLOWAT 0x1004 -- cgit v1.2.1