struct
ConnectionStats
public sealed struct ConnectionStats Properties
| Name | Type | Description |
|---|---|---|
Ping | Int32 | Current ping for this connection. |
OutPacketsPerSecond | Single | How many packets per second we're sending to this connection. |
OutBytesPerSecond | Single | How many bytes per second we're sending to this connection. |
InPacketsPerSecond | Single | How many packets per second we're receiving from this connection. |
InBytesPerSecond | Single | How many bytes per second we're receiving from this connection. |
SendRateBytesPerSecond | Int32 | Estimate rate that we believe we can send data to this connection. |
ConnectionQuality | Single | From 0 to 1 how good is our connection to this? |