Skip to content
Snippets Groups Projects
Commit 01063faf authored by justi's avatar justi
Browse files

Frank Assignment 2

parent a0d38f23
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ public class FrankClient { ...@@ -49,7 +49,7 @@ public class FrankClient {
System.out.println( "creating socket..."); System.out.println( "creating socket...");
// We request an IP to connect to ("localhost") and // We request an IP to connect to ("localhost") and
// port number at that IP (2317). This establishes // port number at that IP (2318). This establishes
// a connection to that IP in the form of a Socket // a connection to that IP in the form of a Socket
// object; the server uses a ServerSocket to wait for // object; the server uses a ServerSocket to wait for
// connections. // connections.
......
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