mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 20:23:21 +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);
|
||||
_stunResponseTimer.setSingleShot(true);
|
||||
connect(&_iceResponseTimer, SIGNAL(timeout()), this, SLOT(stunResponseTimeout()));
|
||||
connect(&_stunResponseTimer, SIGNAL(timeout()), this, SLOT(stunResponseTimeout()));
|
||||
_stunResponseTimer.start(stunResponseTimeoutMilliSeconds);
|
||||
|
||||
setState(waitForStunResponse);
|
||||
|
|
Loading…
Reference in a new issue