From f16383a0a854d8515d0ebcf6f3d7e2dc16dd374e Mon Sep 17 00:00:00 2001 From: pughb <pughb@B-Surface.ern.nps.edu> Date: Fri, 13 Aug 2021 08:58:30 -0700 Subject: [PATCH] Homework 2: Pugh --- examples/src/TcpExamples/TcpExample3Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/TcpExamples/TcpExample3Client.java b/examples/src/TcpExamples/TcpExample3Client.java index 94ca310121..2151b5fc37 100644 --- a/examples/src/TcpExamples/TcpExample3Client.java +++ b/examples/src/TcpExamples/TcpExample3Client.java @@ -20,7 +20,7 @@ public class TcpExample3Client { * @see <a href="https://en.wikipedia.org/wiki/localhost">https://en.wikipedia.org/wiki/localhost</a> * @see <a href="https://en.wikipedia.org/wiki/IPv6_address">https://en.wikipedia.org/wiki/IPv6_address</a> */ - public final static String LOCALHOST = "0:0:0:0:0:0:0:1"; + public final static String LOCALHOST = "0:0:0:0:0:0:0:1"; //Local host /** * Program invocation, execution starts here -- GitLab