From c76b0a3f0c5019a3db268217ca13a01435f21e2b Mon Sep 17 00:00:00 2001 From: infactum Date: Fri, 8 Feb 2019 18:10:28 +0500 Subject: [PATCH] Squashed 'libtgvoip/' changes from cfd62e6..fc13464 fc13464 fix git-subtree-dir: libtgvoip git-subtree-split: fc13464b35aeb373844bafc7a9a33b18ca7afa3b --- VoIPController.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VoIPController.cpp b/VoIPController.cpp index 5d4f624..7e06f11 100755 --- a/VoIPController.cpp +++ b/VoIPController.cpp @@ -1439,6 +1439,7 @@ void VoIPController::InitUDPProxy(){ string proxyHostPort(sbuf); if(proxyHostPort==lastTestedProxyServer && !proxySupportsUDP){ LOGI("Proxy does not support UDP - using UDP directly instead"); + ResetUdpAvailability(); return; } @@ -3316,6 +3317,7 @@ void VoIPController::SetupOutgoingVideoStream(){ #pragma mark - Timer methods void VoIPController::SendUdpPings(){ + LOGW("Send udp pings"); MutexGuard m(endpointsMutex); for(pair& e:endpoints){ if(e.second.type==Endpoint::Type::UDP_RELAY){