From 5658a0f5869accfc1b49dda2d418a697c3a4c3a6 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Mon, 1 Jul 2019 13:22:21 -0700 Subject: [PATCH] show alternate invocation --- .../TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt b/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt index 089a582b0b..5daf91804f 100644 --- a/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt +++ b/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt @@ -1,6 +1,7 @@ Invocation instructions: 1. run/debug TcpExample2.java -2. console: telnet localhost 2317 +2. console: nc localhost 2317 + alternate: telnet localhost 2217 Program responses: -- GitLab