server04!

This commit is contained in:
2025-07-30 19:28:39 +01:00
parent e87c1f74f4
commit 55c038fad8
7 changed files with 383 additions and 3 deletions

3
data.h
View File

@@ -35,4 +35,5 @@ uint8_t *byte_array_get_bytes(byte_array_t *array, size_t length);
void byte_array_shift_bytes(byte_array_t *array, size_t length);
SOCKET get_listen_socket();
SOCKET get_listen_socket();
SOCKET get_listen_socket_udp();