I Connect The Wingate Sock5 Proxy Server :
first i create a TCP connect to wingate
second i create a udp connect
now i see the wingate proxy server create a SOCK5 associate udp
: 127.0.0.1:2110
then i create a SOCK_DGRAM socket(not connect the wingate proxy)
and
TCHAR m_buf[50];
m_sock1.SendTo(m_buf,sizeof(m_buf),2112,_T("127.0.0.1"));
finally:the SOCK5 associate udp : 127.0.0.1:2110 is disconnect
why???