Major refactor

This commit is contained in:
vauden
2024-09-16 19:47:54 +02:00
parent 37039d9725
commit 35c0263e1b
2 changed files with 48 additions and 25 deletions

View File

@@ -9,6 +9,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <errno.h>
#include <netinet/in.h>
@@ -30,4 +31,4 @@ struct t_socket
struct sockaddr_in dst, src;
int fd;
int len;
};
};