mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
winsock: Add mapping for SO_ACCEPTCONN.
This commit is contained in:
parent
60ea01a4f2
commit
eda8b9550b
@ -244,6 +244,7 @@ UINT wsaHerrno(int errnr);
|
||||
static const int ws_sock_map[][2] =
|
||||
{
|
||||
MAP_OPTION( SO_DEBUG ),
|
||||
MAP_OPTION( SO_ACCEPTCONN ),
|
||||
MAP_OPTION( SO_REUSEADDR ),
|
||||
MAP_OPTION( SO_KEEPALIVE ),
|
||||
MAP_OPTION( SO_DONTROUTE ),
|
||||
|
Loading…
Reference in New Issue
Block a user