mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
add debug for ice server lookup fail
This commit is contained in:
parent
c7affea411
commit
3003f64514
1 changed files with 3 additions and 0 deletions
|
@ -725,6 +725,9 @@ void DomainServer::timeoutICEAddressLookup() {
|
|||
if (_iceAddressLookupID != INVALID_ICE_LOOKUP_ID) {
|
||||
// we waited 5s and didn't hear back for our ICE DNS lookup
|
||||
// so time that one out and kick off another
|
||||
|
||||
qDebug() << "IP address lookup timed out for" << _iceServerAddr << "- retrying";
|
||||
|
||||
QHostInfo::abortHostLookup(_iceAddressLookupID);
|
||||
|
||||
_iceAddressLookupID = INVALID_ICE_LOOKUP_ID;
|
||||
|
|
Loading…
Reference in a new issue