Skip to content
Snippets Groups Projects
Commit 937083a2 authored by brutzman's avatar brutzman
Browse files

Motivation is essential

parent 3e527aba
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,9 @@ import java.net.*;
* The simplest possible TCP network program. It listens for
* a connection, from telnet (telnet localhost 2317) or a program
* you write, which we will do later. Right now the TcpExample simply
* writes a string in response to a connection.
* writes a string in response to a connection.
*
* Modifying his program is the basis for Assignment 1.
*
* Testing the running server program from telnet looks like this:
*
......
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