WSAPoll() question #3183
-
Hello. I find that on Windows-10 (22H2, build 19045) and with Lines 9188 to 9193 in 5f1f4a0 Modifying the code to: if (fds[n].revents & POLLERR) {
DWORD err;
int len = sizeof(err);
getsockopt(FD(c), SOL_SOCKET, SO_ERROR, (char*)&err, &len);
mg_error(c, "socket error: %lu", err); I see only But which error is this really? Somebody is port-scanning my server? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Moved to issue |
Beta Was this translation helpful? Give feedback.
Moved to issue