Skip to content

Commit d057312

Browse files
committedJan 12, 2014
updating README
1 parent a6f483d commit d057312

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
 

‎README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ network_protocols
55
This folder contains Native C implementation of network protocols from the various levels of the OSI stack.
66
These were done as a part of a coursework.
77

8-
Folder Substructure -
8+
Folder Substructure -
9+
910
SBCP, TFTP and ProxyHTTP are protocol implementations of a broadcast chat, trivial ftp and HTTP Proxy respectively.
10-
ftp_over_tcp and queue_management are implementation of networking scenarios using higher level language (NS2)
11+
12+
ftp_over_tcp and queue_management are implementation of networking scenarios using higher level language (NS2).
13+
1114
README's for each segment of the code are in the respective folders.

‎README.md~

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
network_protocols
2+
=================
3+
4+
5+
This folder contains Native C implementation of network protocols from the various levels of the OSI stack.
6+
These were done as a part of a coursework.
7+
8+
Folder Substructure -
9+
10+
SBCP, TFTP and ProxyHTTP are protocol implementations of a broadcast chat, trivial ftp and HTTP Proxy respectively.
11+
ftp_over_tcp and queue_management are implementation of networking scenarios using higher level language (NS2).
12+
README's for each segment of the code are in the respective folders.

0 commit comments

Comments
 (0)