/rust-tcp

A basic TCP implementation on top of UDP without any congestion control

Primary LanguageRust

Rust TCP

This is an assignment submission for a Networking course. It implements a simple file transfer system by mimicking TCP on top of UDP.