File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ network_protocols
5
5
This folder contains Native C implementation of network protocols from the various levels of the OSI stack.
6
6
These were done as a part of a coursework.
7
7
8
- Folder Substructure -
8
+ Folder Substructure -
9
+
9
10
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
+
11
14
README's for each segment of the code are in the respective folders.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments