Namespace Unity.Networking.Transport.Analytics
Structs
BandwidthStatistics
Structure holding bandwidth-related statistics for the driver and that is returned through GetStatistics(). All values are in kbit/s.
ConnectionStatistics
A structure that holds various statistics about a NetworkConnection and is obtained by calling GetConnectionStatistics(NetworkConnection). These statistics are particularly useful to assess the quality of a connection to a specific peer.
ConnectionStatistics.LatencyStatistics
Statistics about the latency experienced on a connection. All statistics are measured in milliseconds and reflect the round-trip time (RTT, commonly called "ping") on the link.
DriverStatistics
A structure that holds various statistics about a NetworkDriver and is obtained by calling GetStatistics(). These statistics are global to the driver instance and account for the traffic of all its connections since the driver was created.
PacketSizeStatistics
A structure to hold statistics and counters about packet sizes. Usually this will be returned through GetStatistics().