This commit is contained in:
wangyu-
2017-09-06 01:31:29 -05:00
parent 934a65e7bf
commit 698504aca0
3 changed files with 25 additions and 16 deletions

View File

@@ -64,6 +64,8 @@ struct packet_info_t //todo change this to union
sockaddr_ll addr_ll;
i32_t data_len;
packet_info_t();
};
@@ -72,8 +74,8 @@ struct raw_info_t
packet_info_t send_info;
packet_info_t recv_info;
int last_send_len;
int last_recv_len;
//int last_send_len;
//int last_recv_len;
u32_t reserved_seq;
//uint32_t first_seq,first_ack_seq;