1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-30 04:39:03 +01:00
This commit is contained in:
Daniil Gentili 2020-01-22 17:30:47 +01:00
parent dd28c9dd11
commit 8bfbecb8f5
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
3 changed files with 943 additions and 676 deletions

View File

@ -1859,7 +1859,6 @@ void VoIPController::RunRecvThread()
} }
while (runReceiver) while (runReceiver)
{ {
if (proxyProtocol == PROXY_SOCKS5 && needReInitUdpProxy) if (proxyProtocol == PROXY_SOCKS5 && needReInitUdpProxy)
{ {
InitUDPProxy(); InitUDPProxy();

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff