1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 03:39:02 +00:00

Added IOCP integration for Nsock, engine IOCP is the default engine on Windows

This commit is contained in:
tudor
2016-08-22 19:15:13 +00:00
parent 2fb52b456e
commit 1e1f744186
12 changed files with 894 additions and 58 deletions

View File

@@ -102,6 +102,7 @@
/* WSAPoll() isn't available before Vista */
#if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
#define HAVE_POLL 1
#define HAVE_IOCP 1
#endif
#endif /* NSOCK_WINCONFIG_H */