tx mempool start, hello packet

This commit is contained in:
2026-04-24 17:14:40 +02:00
parent accdeebee8
commit 32b9a57366
12 changed files with 193 additions and 25 deletions

View File

@@ -13,6 +13,8 @@
#include <stddef.h>
#include <dynarr.h>
typedef struct {
tcp_server_t* server;
tcp_client_t outboundClients[MAX_CONS];