Skip to content
Snippets Groups Projects
Commit 7fae772c authored by justi's avatar justi
Browse files

Frank Assignment 2

parent 8d26367e
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ import java.net.*; ...@@ -7,10 +7,10 @@ import java.net.*;
/** /**
*This is assignment 2 were I modified TCP example 3 *This is assignment 2 were I modified TCP example 3
* I set sever loop count <= 10 and terminates after 10 loops * I set sever loop count 10 and terminates after 10 loops
* sends a message to the client ""this is good bye message from Franks server" * sends a message to the client ""this is good bye message from Franks server"
* Sent a message to client "How are you doing" * Sent a message to client "How are you doing"
* Recieves a message from the client "I'm doing well" * Receives a message from the client "I'm doing well"!
* @author justi * @author justi
*/ */
......
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