fixed tcp mode syn ack flag error

This commit is contained in:
wangyu
2017-08-02 19:10:38 +08:00
committed by wangyu
parent cf47d0a7a8
commit 649b69cd85
2 changed files with 13 additions and 20 deletions

View File

@@ -134,6 +134,8 @@ packet_info_t::packet_info_t()
ack_seq = get_true_random_number();
seq = get_true_random_number();
has_ts=0;
syn=0;
ack=1;
}
else if (raw_mode == mode_udp)
{