Benchmarking Rust TCP performance

I've been working on a TCP performance benchmark to test the raw networking performance of different languages. The Rust implementation is performing quite nicely, but given that I'm fairly new to Rust, I'm sure even this simple code can be improved by someone more familiar with the language. If anyone has the time to take a look at it, I'd be very grateful!

Cheers,
Jon

2 Likes