Make getsockopt(..., SOL_SOCKET, SO_ACCEPTCONN, ...) work per IEEE Std
1003.1 (POSIX).
This commit is contained in:
parent
f5e7c145fc
commit
7cdc25bbb9
@ -1781,6 +1781,7 @@ sogetopt(so, sopt)
|
||||
case SO_REUSEPORT:
|
||||
case SO_BROADCAST:
|
||||
case SO_OOBINLINE:
|
||||
case SO_ACCEPTCONN:
|
||||
case SO_TIMESTAMP:
|
||||
case SO_BINTIME:
|
||||
case SO_NOSIGPIPE:
|
||||
|
Loading…
Reference in New Issue
Block a user