Skip to content
Snippets Groups Projects
Commit a6fa75c6 authored by Chojnacki, Bruce (LTC)'s avatar Chojnacki, Bruce (LTC)
Browse files

Assignment 1

parent d5349bbd
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ import java.net.*; ...@@ -6,7 +6,7 @@ import java.net.*;
/** /**
* This is Assignment 1 where I have modified the given code from TCPExample3Client * This is Assignment 1 where I have modified the given code from TCPExample3Client
* -sleep time has been extended to give more time in between loops * -sleep time has been extended to give more time in between loops
* -Initial print line has been altered to reflect assingnment 1 * -Initial print line has been altered to reflect assignment 1
* -Loop only runs a finite number of times ,10. * -Loop only runs a finite number of times ,10.
* Before, we always used telnet (netcat) to connect to the server. Here we are * Before, we always used telnet (netcat) to connect to the server. Here we are
* now writing our own program to do the connection. * now writing our own program to do the connection.
......
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