mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 00:03:16 +02:00
change the default domain server port for ec2 assignment client
This commit is contained in:
parent
bd409abd1f
commit
d5e807ca8e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const char SOLO_NODE_TYPES[2] = {
|
|||
|
||||
const char DEFAULT_DOMAIN_HOSTNAME[MAX_HOSTNAME_BYTES] = "root.highfidelity.io";
|
||||
const char DEFAULT_DOMAIN_IP[INET_ADDRSTRLEN] = ""; // IP Address will be re-set by lookup on startup
|
||||
const int DEFAULT_DOMAINSERVER_PORT = 40102;
|
||||
const int DEFAULT_DOMAINSERVER_PORT = 39999;
|
||||
|
||||
bool silentNodeThreadStopFlag = false;
|
||||
bool pingUnknownNodeThreadStopFlag = false;
|
||||
|
|
Loading…
Reference in a new issue