提交 91738d02 编写于 作者: R Rich Felker

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.
上级 7491bac3
......@@ -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
......
......@@ -143,7 +143,7 @@ struct linger
#define SO_PRIORITY 12
#define SO_LINGER 13
#define SO_BSDCOMPAT 14
#define SO_REUSEPORT 15
/* #define SO_REUSEPORT 15 */
#define SO_PASSCRED 16
#define SO_PEERCRED 17
#define SO_RCVLOWAT 18
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册