tell the data-server about auto networking change to full

This commit is contained in:
Stephen Birarda 2014-10-03 15:06:27 -07:00
parent 2df27900fa
commit f673ab316a

View file

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