Commit 60879936 authored by Jean Auffray's avatar Jean Auffray
Browse files

add information in socket_connection

parent 3429444e
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -126,12 +126,15 @@ typedef struct
struct
{
uint32_t first_seq_num;
uint32_t sequence_number;
uint32_t acknowledgement_number;
} tx;
socket_address_t peer;
tcp_state_t state;
uint8_t* response;
uint16_t response_len;
} socket_connection_t;
typedef struct
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment