mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
Fix bug in auto detect procedure of tunnel manager.
The same UDP client was always used and so the tunnel could never be enabled by the auto detect mode.
This commit is contained in:
parent
271e68f16a
commit
6799a424ae
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ void TunnelManager::processUdpMirrorEvent(const Event &ev){
|
|||
enable(false);
|
||||
mAutoDetectStarted = false;
|
||||
} else {
|
||||
mCurrentUdpMirrorClient++;
|
||||
if (mCurrentUdpMirrorClient !=mUdpMirrorClients.end()) {
|
||||
// enable tunnel but also try backup server
|
||||
LOGI("Tunnel is required, enabling; Trying backup udp mirror");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue