Cleanup of tcp.c/.h
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ typedef struct {
|
||||
} HTTP_Conn;
|
||||
|
||||
typedef struct {
|
||||
TCP tcp;
|
||||
TCP *tcp;
|
||||
int num_conns;
|
||||
int max_conns;
|
||||
HTTP_Conn *conns;
|
||||
|
||||
Reference in New Issue
Block a user