add epoll

This commit is contained in:
2024-11-09 04:30:13 +01:00
parent f13426283e
commit 2f39ca6fc1
7 changed files with 283 additions and 18 deletions

View File

@@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
int test_client_connection(const char *hostname, const char *port);