Skip to content

Commit dd5911f

Browse files
authored
add README
1 parent 8658e39 commit dd5911f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)