nmap/nsock
henri 64fb5b3482 Added safe fd_set operations.
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).
2014-01-30 19:02:57 +00:00
..
examples Revert r32528, was not tested on Windows 2013-11-27 13:32:05 +00:00
include Fix a typo in nsock documentation. 2013-08-21 20:06:38 +00:00
src Added safe fd_set operations. 2014-01-30 19:02:57 +00:00
tests Improve support for non-included libpcap in nsock 2014-01-26 16:38:22 +00:00
nsock.vcxproj Manage expiration times via a heap queue. 2013-08-10 23:59:30 +00:00