Cleanup of tcp.c/.h

This commit is contained in:
2026-02-25 19:15:48 +01:00
parent 1b53abf633
commit e38ad93da8
6 changed files with 720 additions and 470 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ typedef struct {
} HTTP_Conn;
typedef struct {
TCP tcp;
TCP *tcp;
int num_conns;
int max_conns;
HTTP_Conn *conns;