First of all, I love the new version of SimplePing that was released! It's a great new rewrite of a codebase that has been a longstanding part of our application for a long time. Ping works great and simple right out of the box.
There's one feature that I wished it had though, the ability to show the trip time of a ping. Much like the terminal ping command, I need to be able to see how long it takes from the point that a ping is sent to when it is received. Since we're talking about milliseconds here, I would like to create a way that uses the least amount of overhead, to show the most accurate pings possible. Does anyone have a recommendation on how to do this with SimplePing?
Thanks,
Matthew