implemented server re-send packet

This commit is contained in:
wangyu
2017-07-30 23:18:37 +08:00
committed by wangyu
parent 49f3f0d04a
commit 9df06648ea
5 changed files with 125 additions and 52 deletions

View File

@@ -46,6 +46,7 @@ struct packet_info_t
bool syn,ack,psh,rst;
uint32_t seq,ack_seq;
uint32_t first_seq,first_ack_seq;
uint32_t ts,ts_ack;