mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-25 12:32:04 +02:00
disable ephemeral port for DS until ACs can discover
This commit is contained in:
parent
319cf34b83
commit
3cd71a33c9
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@ void DomainServer::setupNodeListAndAssignments(const QUuid& sessionUUID) {
|
|||
QVariant autoNetworkingValue = _settingsManager.valueOrDefaultValueForKeyPath(METAVERSE_AUTOMATIC_NETWORKING_KEY_PATH);
|
||||
|
||||
if (!autoNetworkingValue.isNull() && autoNetworkingValue.toString() == FULL_AUTOMATIC_NETWORKING_VALUE) {
|
||||
// when using full networking use an ephemeral port
|
||||
domainServerPort = 0;
|
||||
// when using full networking use an ephemeral port - disabled until nodes can find us this way
|
||||
// domainServerPort = 0;
|
||||
} else if (settingsMap.contains(CUSTOM_PORT_OPTION)) {
|
||||
domainServerPort = (unsigned short) settingsMap.value(CUSTOM_PORT_OPTION).toUInt();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue