Started working on new timeout handling which can be used when we remove libevent.
This will probably be used by default on UNIX platforms at some point. The timeout handling accomplishes O(1) inserts, removes and reschedules but the accuracy is limited to whole seconds.
This commit is contained in:
@@ -141,6 +141,7 @@ libuhub_SOURCES := \
|
||||
src/util/log.c \
|
||||
src/util/memory.c \
|
||||
src/util/misc.c \
|
||||
src/util/timeout.c \
|
||||
src/core/netevent.c \
|
||||
src/network/connection.c \
|
||||
src/network/network.c \
|
||||
|
||||
Reference in New Issue
Block a user