File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ JAVA 7 when working with this project.
4444 You must specify the following startup arguments for `run_server.sh:
4545 + ` <team_id> ` and ` <team_secret> ` : a numeric id for your team, and a secret
4646 code, which are used to authenticate your server with the Relay server.
47- You can specify any integer value for ` <team_id> ` , and any string for
48- ` <team_secret> ` when you launch the server in your local setup since it
49- will not connect to the Relay server.
47+ You can specify any integer value for ` <team_id> ` , and a value expressed
48+ in hexadecimal format (using numbers ` 0-9 ` or letters in the range ` A-F ` )
49+ for ` <team_secret> ` when you launch the server in your local setup since
50+ it will not connect to the Relay server.
5051 + ` <port> ` : the TCP port that your Server will listen on for connections
5152 from the Client. You can use any value between 1024 and 65535, as long as
5253 there is no other service currently listening on that port in your
You can’t perform that action at this time.
0 commit comments