An open API service indexing awesome lists of open source software.

https://github.com/comnik/networking-lab

ETH NETOS Course Spring 2015 - A reliable sliding-window implementation on top of UDP.
https://github.com/comnik/networking-lab

Last synced: 11 months ago
JSON representation

ETH NETOS Course Spring 2015 - A reliable sliding-window implementation on top of UDP.

Awesome Lists containing this project

README

          

# Reliable Sliding-Window Transport Layer

As our first project for the Spring 2015 Networking & Operating Systems Course
at ETH we we're supposed to implement a reliable sliding-window implementation on top of UDP.

We didn't quite finish it.
Things remaining: Buffered ACKs, actually checking cheksums, maximum retries.