This commit is contained in:
Seth Alves 2016-10-05 16:25:00 -07:00
parent 0510411ac1
commit f338e38bcf

View file

@ -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);