mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-09-17 04:34:27 +08:00
fixed tcp mode syn ack flag error
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user