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.
- Host: GitHub
- URL: https://github.com/comnik/networking-lab
- Owner: comnik
- Created: 2015-05-06T15:02:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T21:54:59.000Z (about 11 years ago)
- Last Synced: 2025-06-20T13:16:36.668Z (12 months ago)
- Language: C
- Size: 1.14 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.