1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-01-22 18:10:05 +00:00

Added OSTYPE, added OS info to handshake & peer-related packets

This commit is contained in:
2022-03-17 23:05:18 -05:00
parent 4833dea67f
commit 6f60c7a5b7
12 changed files with 59 additions and 25 deletions

View File

@@ -34,7 +34,7 @@
#include <sys/epoll.h>
/* max events for epoll() */
#define MAX_EPOLL_EVENTS 128
#define LAIKA_USE_EPOLL
#define LAIKA_USE_EPOLL
#endif
#include <unistd.h>
#include <errno.h>