bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.
so back it out.
This commit is contained in:
parent
5f6a39abac
commit
1975952b31
@ -265,7 +265,6 @@ ETHER_8022 opt_ef.h
|
||||
ETHER_SNAP opt_ef.h
|
||||
MROUTING opt_mrouting.h
|
||||
INET opt_inet.h
|
||||
SOMAXCONN opt_inet.h
|
||||
INET6 opt_inet6.h
|
||||
IPSEC opt_ipsec.h
|
||||
IPSEC_ESP opt_ipsec.h
|
||||
|
@ -310,9 +310,7 @@ struct sockaddr_storage {
|
||||
/*
|
||||
* Maximum queue length specifiable by listen.
|
||||
*/
|
||||
#ifndef SOMAXCONN
|
||||
#define SOMAXCONN 128
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Message header for recvmsg and sendmsg calls.
|
||||
|
Loading…
Reference in New Issue
Block a user