[WIP] Switched to poll(), but only on Unix

This commit is contained in:
2020-12-04 20:09:39 +01:00
parent b04c377d7c
commit 721b3f440f
2 changed files with 97 additions and 19 deletions

View File

@@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <poll.h>
#include <unistd.h>
#include <errno.h>