JimMarlowe
This is a typical feature that allows networked applications to know something about the connections.
The RoundTripTime value is already already being collected from kNet, in Connection::SendRemoteEvents(), but you need to log statistics to see it, and then it only comes out in a log message. Can a rtt float value be added to the Connection class? It can still be copied from kNet in SendRemoteEvents, but outside of the logStatistics_ block.