mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
tell the data-server about auto networking change to full
This commit is contained in:
parent
2df27900fa
commit
f673ab316a
1 changed files with 3 additions and 0 deletions
|
@ -359,6 +359,9 @@ void DomainServer::setupAutomaticNetworking() {
|
|||
|
||||
// call our sendHeartbeaToIceServer immediately anytime a public address changes
|
||||
connect(nodeList, &LimitedNodeList::publicSockAddrChanged, this, &DomainServer::sendHearbeatToIceServer);
|
||||
|
||||
// tell the data server which type of automatic networking we are using
|
||||
updateNetworkingInfoWithDataServer(automaticNetworkValue);
|
||||
}
|
||||
|
||||
// attempt to update our sockets now
|
||||
|
|
Loading…
Reference in a new issue