mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
fixed icmp mode filter bug
This commit is contained in:
parent
dec07e3c19
commit
4bd87235e6
4
main.cpp
4
main.cpp
@ -2389,10 +2389,6 @@ int keep_connection_server()
|
||||
mylog(log_trace,"timer!\n");
|
||||
if(server_current_state==server_nothing)
|
||||
{
|
||||
if(raw_mode==mode_icmp)
|
||||
{
|
||||
remove_filter();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
if(server_current_state==server_syn_ack_sent &&get_current_time()-last_state_time>handshake_timeout )
|
||||
|
Loading…
x
Reference in New Issue
Block a user