server upd

added python client
This commit is contained in:
Илья Глазунов
2026-01-09 20:28:45 +03:00
parent 2f182e119c
commit 4819674833
14 changed files with 189 additions and 20 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <stdint.h>
const uint32_t k_max_message_size = 4096;