mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Only FD_SET and FD_CLR were available. Added a FD_ISSET equivalent. Implemented them as static inline instead of macros for consistency. These functions abort() if the FD number is higher than FD_SETSIZE (except on windows where no check is performed).
217 KiB
217 KiB