Programming a Transport Protocol with UDP in Rust! – P2P Protocol Part 1



Programming a Transport Protocol with UDP in Rust! – P2P Protocol Part 1

Programming a Transport Protocol with UDP in Rust! - P2P Protocol Part 1

broadcasted live at: https://twitch.tv/meownadic
repo for this project: https://github.com/tylerlafayette/pinguin
(code from this stream not yet committed)

In this episode, we work on a UDP-based transport protocol for use in Pinguin, an experimental WIP peer-to-peer protocol written in Rust. During the implementation, we also implement a simple fixed-length circular FIFO buffer. .