Make getsockopt(..., SOL_SOCKET, SO_ACCEPTCONN, ...) work per IEEE Std

1003.1 (POSIX).
This commit is contained in:
kbyanc 2005-08-01 21:15:09 +00:00
parent f5e7c145fc
commit 7cdc25bbb9

View File

@ -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: