change the default domain server port for ec2 assignment client

This commit is contained in:
Stephen Birarda 2013-09-05 12:13:15 -07:00
parent bd409abd1f
commit d5e807ca8e

View file

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