Update stuff

This commit is contained in:
2026-05-25 23:13:27 -07:00
parent ed7f60ec70
commit 8ee22e431f
8 changed files with 140 additions and 168 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <inttypes.h>
#include <stddef.h>
constexpr int SERVER_BACKLOG = 32;
#define SERVER_BACKLOG 32
typedef struct _Server Server;