mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
tpws: special warning on unsolicited message in S_WAIT_RESOLVE state
This commit is contained in:
parent
22eeb90e57
commit
5805b04bba
@ -914,6 +914,9 @@ static bool handle_proxy_mode(tproxy_conn_t *conn, struct tailhead *conn_list)
|
|||||||
return proxy_mode_connect_remote((struct sockaddr *)&ss,conn,conn_list);
|
return proxy_mode_connect_remote((struct sockaddr *)&ss,conn,conn_list);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case S_WAIT_RESOLVE:
|
||||||
|
DBGPRINT("socks received message while in S_WAIT_RESOLVE. hanging up")
|
||||||
|
break;
|
||||||
case S_WAIT_CONNECTION:
|
case S_WAIT_CONNECTION:
|
||||||
DBGPRINT("socks received message while in S_WAIT_CONNECTION. hanging up")
|
DBGPRINT("socks received message while in S_WAIT_CONNECTION. hanging up")
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user