Skip to content
Snippets Groups Projects
Commit 4400f886 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

Merge origin/master

parents d6b412f2 85bbc764
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ public class TcpExample1Telnet ...@@ -47,7 +47,7 @@ public class TcpExample1Telnet
{ {
System.out.println(TcpExample1Telnet.class.getName() + " has started and is waiting for a connection."); System.out.println(TcpExample1Telnet.class.getName() + " has started and is waiting for a connection.");
System.out.println(" help: https://savage.nps.edu/Savage/developers.html#telnet"); System.out.println(" help: https://savage.nps.edu/Savage/developers.html#telnet");
System.out.println(" enter (telnet localhost 2317) or (nc localhost 2317)..." ); System.out.println(" enter (telnet localhost 2317) or, for macOS (nc localhost 2317)..." );
// The ServerSocket waits for a connection from a client. // The ServerSocket waits for a connection from a client.
// It returns a Socket object when the connection occurs. // It returns a Socket object when the connection occurs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment