| Commit | Date | |
|---|---|---|
|
[r5508]
by
david_costanzo
Update call to WSAStartup to follow practices recommended on docs.microsoft.com |
2020-12-09 20:51:41 | Tree |
|
[r5507]
by
david_costanzo
Refactoring: extract CServerNetworkConnection::AcceptNewConnection() |
2020-12-09 20:34:04 | Tree |
|
[r5506]
by
david_costanzo
Refactoring: Stop passing a HWND as parameters in the network API. |
2020-12-09 04:43:57 | Tree |
| 2020-12-09 04:09:23 | Tree | |
|
[r5504]
by
david_costanzo
Minor improvements: |
2020-12-09 04:04:38 | Tree |
|
[r5503]
by
david_costanzo
Fix a problem where if a second connection was created to a NETACCEPTON server while it was already connected, then winsock would not raise any more FD_ACCEPT events and the server wouldn't be able to process any further connections. The fix is to a set flag when NETACCEPTON is too busy to accept a second connection, then to later execute accept() once the first connection is closed. |
2020-12-09 04:00:53 | Tree |
|
[r5502]
by
david_costanzo
Don't immediately return from AsyncSelect callback on error. The important thing is to process the FD_CLOSE event even when it comes from a socket reset. Otherwise a NETACCEPTON server can get into a bad state where it no longer accepts new incoming connections. |
2020-12-09 03:27:11 | Tree |
|
[r5501]
by
david_costanzo
Remove some "if (IsEnabled())" calls before calling Disable(). |
2020-12-08 20:23:53 | Tree |
|
[r5500]
by
david_costanzo
Add a comment to explain why the call to connect() is expected to fail (with WSAEWOULDBLOCK) |
2020-12-08 20:12:22 | Tree |
| 2020-12-08 19:52:49 | Tree |