Update stuff

This commit is contained in:
2026-05-25 23:13:27 -07:00
parent 5d631b594f
commit 5dfbdc43c0
7 changed files with 133 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;