aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 62fd58d..661249d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,7 @@
1Akshay's NPS lab programs 118CS54 - network programming and security
2------------------------- 2-----------------------------------------
3
4Contents:
3 5
4Q1: Write a networking program consisting of a client and 6Q1: Write a networking program consisting of a client and
5server components. The client must request for a file by 7server components. The client must request for a file by
@@ -7,3 +9,7 @@ providing a file name, and the server must respond with the
7contents of the file or an appropriate error message. Bonus: 9contents of the file or an appropriate error message. Bonus:
8Modify the client to accept the filname via a command line 10Modify the client to accept the filname via a command line
9argument. 11argument.
12
13
14-------------------------------------
15mirror of git.peppe.rs/university/nps