Collect packet stats and accept json string for server config

This commit is contained in:
Grishka
2018-11-29 03:03:15 +03:00
parent 78e584c443
commit f4c4f792d1
15 changed files with 1176 additions and 178 deletions

View File

@@ -429,9 +429,7 @@ void NetworkSocketSOCKS5Proxy::Receive(NetworkPacket *packet){
}
void NetworkSocketSOCKS5Proxy::Open(){
if(protocol==PROTO_UDP){
unsigned char buf[1024];
}
}
void NetworkSocketSOCKS5Proxy::Close(){