mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
socket). It's possible to get an EHOSTUNREACH or EHOSTDOWN (and possibly other errors) against a nonexistent LAN host and formerly the socket wasn't closed. This allowed Nmap's internal count of sockets to be less that the true count of open sockets. It would eventually try to open too many sockets and quit with the message Socket creation in sendConnectScanProbe: Too many open files (24) Be aware that in this message 24 is the errno, not the number of open files.
196 KiB
196 KiB