We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8658e39 commit dd5911fCopy full SHA for dd5911f
README.md
@@ -0,0 +1,7 @@
1
+# Reliable Transport
2
+
3
+As part of the Computer Networks course at ETH I had to solve this project.
4
+The goal was to implement a reliable sliding window transport layer on top of UDP,
5
+which is able to handle packet drops, packet corruption, flow control and packet reordering.
6
7
+This git repository only contains the written solution in C.
0 commit comments