Skip to content
Snippets Groups Projects
Commit cac1b98e authored by adfis's avatar adfis
Browse files

Fisher Homework 2

parent 4cea4139
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ import java.net.Socket; ...@@ -22,7 +22,7 @@ import java.net.Socket;
public class FisherClient { public class FisherClient {
// IPv6 String constant for localhost address, similarly IPv4 127.0.0.1 // IPv6 String constant for localhost address, similarly IPv4 127.0.0.1
public final static String LOCALHOST = "172.20.145.10"; //"0:0:0:0:0:0:0:1"; public final static String LOCALHOST = "0:0:0:0:0:0:0:1";
// Sub with someone's IP // Sub with someone's IP
// Got it to work with McNeely in class // Got it to work with McNeely in class
/** /**
......
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