The goal of this repository is to make transport protocols over UDP using the OZ programming language.
- Create the TODO list 😄
- Basic example of using sockets
- Alternative bit protocol
- Go-back-N like protocol (fixed window)
- Selective repeat like protocol (fixed window)
- TCP like protocol with congestion control
- QUIC implementation