Rein Klazes
|
5d3f7a6885
|
Add a message and fix error code if __ws_getservbyname() and
__ws_getservbyport() cannot find the requested service.
Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
|
2000-03-07 12:23:51 +00:00 |
Ove Kaaven
|
4ff3b20508
|
WSACleanup should set last error to WSANOTINITIALISED if failing
because Winsock was not initialized...
|
2000-03-04 19:29:42 +00:00 |
Rein Klazes
|
20c68be907
|
Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
|
2000-03-04 19:09:16 +00:00 |
Ove Kaaven
|
d0c3e19e8a
|
ioctlsocket() now returns success if the app sets nonblocking mode for
WSAAsyncSelect()-ed sockets.
|
2000-02-14 19:50:57 +00:00 |
Alexandre Julliard
|
cb1fc735f0
|
Changed the server to return STATUS_* error codes.
|
2000-01-24 21:58:06 +00:00 |
Alexandre Julliard
|
de07869657
|
Moved winsock implementation to dlls/winsock.
|
2000-01-23 22:07:15 +00:00 |