Skip to content
Snippets Groups Projects
Commit 22b47e3c authored by brutzman's avatar brutzman
Browse files

add help message

parent 553185bc
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ public class TcpExample2ConnectionCounting
try
{
System.out.println("TcpExample2ConnectionCounting has started and is waiting for a connection.");
System.out.println(" help: https://savage.nps.edu/Savage/developers.html#telnet");
System.out.println(" enter (nc localhost 2317) or (telnet localhost 2317)..." );
// ServerSocket waits for a connection from a client.
......
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