Skip to content
Snippets Groups Projects
Commit e1ee4fa4 authored by runem's avatar runem
Browse files

Moved Files to individual network folder

parent 9bbf4687
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ public class ReynoldsTcpExample3Client {
// a connection to that IP in the form of a Socket
// object; the server uses a ServerSocket to wait for
// connections.
socket = new Socket(LOCALHOST, 2317); // locohost?
socket = new Socket(LOCALHOST, 2317); // locohost referenced at the top of this document
// Now hook everything up (i.e. set up the streams), Java style:
is = socket.getInputStream();
......
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