empserver/src/lib/w32
Ron Koenderink eea24fb017 Fix windows client not always exiting
The call to WSAEnumNetworkEvents() was reseting network
events in particular WSAECONNRESET was sometimes being lost
causing the client to not exit.  The WSAEnumNetworkEvents()
was called from fd_is_socket() and has been replace with
getsockopt() to determine if the fd is socket or not.

Broken in commit 4d40a275, v4.3.23
2010-01-24 20:45:51 -06:00
..
arpa Update copyright notice 2010-01-19 08:40:17 +01:00
netinet Update copyright notice 2010-01-19 08:40:17 +01:00
sys Update copyright notice 2010-01-19 08:40:17 +01:00
netdb.h Update copyright notice 2010-01-19 08:40:17 +01:00
random.c Revert "MinGW provides random() in -liberty, no need to replace it" 2009-12-05 15:09:19 +01:00
random.h Revert "MinGW provides random() in -liberty, no need to replace it" 2009-12-05 15:09:19 +01:00
random_r.c Revert "MinGW provides random() in -liberty, no need to replace it" 2009-12-05 15:09:19 +01:00
service.c Update copyright notice 2010-01-19 08:40:17 +01:00
strptime.c Fix trailing whitespace 2010-01-19 08:40:17 +01:00
unistd.h Update copyright notice 2010-01-19 08:40:17 +01:00
w32file.c Update copyright notice 2010-01-19 08:40:17 +01:00
w32io.c Update copyright notice 2010-01-19 08:40:17 +01:00
w32misc.h Update copyright notice 2010-01-19 08:40:17 +01:00
w32sockets.c Fix windows client not always exiting 2010-01-24 20:45:51 -06:00
w32types.h Update copyright notice 2010-01-19 08:40:17 +01:00