aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-21 11:03:33 +0100
committerAkshay <[email protected]>2020-10-21 11:03:33 +0100
commit596694ef9a47b1fbe2f77f3b0f1671154ef03865 (patch)
treea5908d7c17f03855abe49f619e217b19a93a5e62
parent372ffa5ec3ce365b0a243ac2b0128496542cae6e (diff)
fix
-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