use wxSOCKET_REUSEADDR for IPC sockets (part of patch 1833150)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2eafd712f1
commit
b0e3e682f2
@ -69,7 +69,7 @@ enum
|
||||
#endif
|
||||
|
||||
// All sockets will be created with the following flags
|
||||
#define SCKIPC_FLAGS (wxSOCKET_WAITALL)
|
||||
#define SCKIPC_FLAGS (wxSOCKET_WAITALL|wxSOCKET_REUSEADDR)
|
||||
|
||||
// headers needed for umask()
|
||||
#ifdef __UNIX_LIKE__
|
||||
|
Loading…
Reference in New Issue
Block a user