mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 00:56:50 +02:00
oops
This commit is contained in:
parent
0510411ac1
commit
f338e38bcf
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void ICEClientApp::doSomething() {
|
||||||
}
|
}
|
||||||
_socket->writeDatagram(stunRequestPacket, sizeof(stunRequestPacket), _stunSockAddr);
|
_socket->writeDatagram(stunRequestPacket, sizeof(stunRequestPacket), _stunSockAddr);
|
||||||
_stunResponseTimer.setSingleShot(true);
|
_stunResponseTimer.setSingleShot(true);
|
||||||
connect(&_iceResponseTimer, SIGNAL(timeout()), this, SLOT(stunResponseTimeout()));
|
connect(&_stunResponseTimer, SIGNAL(timeout()), this, SLOT(stunResponseTimeout()));
|
||||||
_stunResponseTimer.start(stunResponseTimeoutMilliSeconds);
|
_stunResponseTimer.start(stunResponseTimeoutMilliSeconds);
|
||||||
|
|
||||||
setState(waitForStunResponse);
|
setState(waitForStunResponse);
|
||||||
|
|
Loading…
Reference in a new issue