Read Rust

Tag: ping

Posts

This article is part 6 of the series Making our own ping. Our ping API is simple, but it’s also very limited. It doesn’t allow specifying the TTL (time to live) of packets, it doesn’t allow specifying the timeout, it doesn’t let one specify the data to send along, and it doesn’t give us any kind of information on the reply. Let’s change that now.

ping

View all tags