mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:57:37 +02:00
Fix annoying typo
This commit is contained in:
parent
498d681d3e
commit
c088fab606
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ void LimitedNodeList::sendSTUNRequest() {
|
||||||
const int NUM_INITIAL_STUN_REQUESTS_BEFORE_FAIL = 10;
|
const int NUM_INITIAL_STUN_REQUESTS_BEFORE_FAIL = 10;
|
||||||
|
|
||||||
if (!_hasCompletedInitialSTUN) {
|
if (!_hasCompletedInitialSTUN) {
|
||||||
qCDebug(networking) << "Sending intial stun request to" << STUN_SERVER_HOSTNAME;
|
qCDebug(networking) << "Sending initial stun request to" << STUN_SERVER_HOSTNAME;
|
||||||
|
|
||||||
if (_numInitialSTUNRequests > NUM_INITIAL_STUN_REQUESTS_BEFORE_FAIL) {
|
if (_numInitialSTUNRequests > NUM_INITIAL_STUN_REQUESTS_BEFORE_FAIL) {
|
||||||
// we're still trying to do our initial STUN we're over the fail threshold
|
// we're still trying to do our initial STUN we're over the fail threshold
|
||||||
|
|
Loading…
Reference in a new issue