Mirror/doc/Articles/Components/NetworkPingDisplay.md
2020-09-27 11:42:41 +01:00

10 lines
351 B
Markdown

# Network Ping Display
Network Ping Display shows the Ping time for clients using OnGUI.
The Ping time is the moving average of the (RTT) Round-trip delay time. RTT is calculated by the PingMessage/PongMessage between the client and server.
![Inspector](NetworkPingDisplay.png)
See [Clock Synchronization](../Guides/ClockSync.md) for more info.