1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-16 02:16:34 +00:00

Merge changes from Nmap 7.91 release branch

This commit is contained in:
dmiller
2020-10-13 19:27:40 +00:00
parent 009b63b6a9
commit 9529327f59
11 changed files with 41 additions and 23 deletions

View File

@@ -100,8 +100,8 @@ extern struct io_engine engine_select;
static struct io_engine *available_engines[] = {
ENGINE_EPOLL
ENGINE_KQUEUE
ENGINE_IOCP
ENGINE_POLL
ENGINE_IOCP
ENGINE_SELECT
NULL
};