Skip to content
Snippets Groups Projects
Commit f16383a0 authored by pughb's avatar pughb
Browse files

Homework 2: Pugh

parent 9af45fe4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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