mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
connections in tcpip.cc. socket_strerror works with Winsock error codes whereas plain strerror returns "Unknown error". However, the error string for what is probably the most common error code, WSAEWOULDBLOCK, is the big ugly "A non-blocking socket operation could not be completed immediately.". Add a special case to use "Operation now in progress" for that specific error.
124 KiB
124 KiB