Recently my neighborhood suffered from a power outage that lasted for a little less than an hour. Normally I wouldn’t think much of it, but with everyone in the house needing internet for work and school the one hour long outage was much more of an issue than it would have been in pre-COVID days. […]
Author: Andrew Massey
Recently I needed to create a client program that uses the ICMP protocol to measure round trip time (RTT) of packets going from one device to another (i.e. a ping client). This has proved to be a task that, due to it being my first foray into network programming in C, was a bit out […]