This repository contains tiny Python exercises that demonstrate how TCP and UDP work in practice. They’re simple enough to run locally and are a great way to understand the difference between reliable ...
This project implements a custom TCP protocol over UDP using Python. The goal is to simulate TCP-like behavior (reliability, ordering, and connection management) on top of UDP, which is inherently ...