Our new developer documentation is now available. Please check it out!
OdinConnectionStats
public struct OdinConnectionStats
Statistics for the underlying connection of a room.
Properties
Name | Type | Description |
---|---|---|
udp_tx_datagrams | UInt64 | The amount of outgoing UDP datagrams observed |
udp_tx_acks | UInt64 | The amount of outgoing acknowledgement frames observed |
udp_tx_bytes | UInt64 | The total amount of bytes which have been transferred inside outgoing UDP datagrams |
udp_rx_datagrams | UInt64 | The amount of incoming UDP datagrams observed |
udp_rx_acks | UInt64 | The amount of incoming acknowledgement frames observed |
udp_rx_bytes | UInt64 | The total amount of bytes which have been transferred inside incoming UDP datagrams |
cwnd | UInt64 | Current congestion window of the connection |
congestion_events | UInt64 | Congestion events on the connection |
rtt | Single | Current best estimate of the connection latency (round-trip-time) in milliseconds |