mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 10:29:03 +00:00
bc32baff984882d7e7b6385a0d7609812165e85d
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.
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%