make 10997 default relay port

This commit is contained in:
Eric House 2010-10-22 18:30:19 -07:00
parent 7765bd0a1a
commit 6e843dec6c

View file

@ -1097,7 +1097,7 @@ main( int argc, char** argv )
} else if ( conType == COMMS_CONN_RELAY ) {
mainParams.connInfo.relay.relayName = hostName;
if ( NULL == portNum ) {
portNum = "10999";
portNum = "10997";
}
mainParams.connInfo.relay.defaultSendPort = atoi( portNum );
#endif