Browse Source

tpws: special warning on unsolicited message in S_WAIT_RESOLVE state

pull/181/head
bol-van 1 year ago
parent
commit
5805b04bba
  1. 3
      tpws/tpws_conn.c

3
tpws/tpws_conn.c

@ -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);
}
break;
case S_WAIT_RESOLVE:
DBGPRINT("socks received message while in S_WAIT_RESOLVE. hanging up")
break;
case S_WAIT_CONNECTION:
DBGPRINT("socks received message while in S_WAIT_CONNECTION. hanging up")
break;

Loading…
Cancel
Save