mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 15:39:03 +00:00
Manage expiration times via a heap queue.
This prevents nsock from iterating over the whole list of events at each runloop, thus improving performance. It made it necessary to have pointers from the msevents to the event lists they belong to. The patch therefore also changes gh_list from autonomous containers to embedded structures. Added unit tests accordingly and cosmetic changes to make things look more consistent.
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
|
||||
#include "nsock_internal.h"
|
||||
|
||||
|
||||
#if HAVE_EPOLL
|
||||
extern struct io_engine engine_epoll;
|
||||
#define ENGINE_EPOLL &engine_epoll,
|
||||
|
||||
Reference in New Issue
Block a user