mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
make 10997 default relay port
This commit is contained in:
parent
7765bd0a1a
commit
6e843dec6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue