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 | Description |
---|---|
udp_tx_datagrams | The amount of outgoing UDP datagrams observed |
udp_tx_acks | The amount of outgoing acknowledgement frames observed |
udp_tx_bytes | The total amount of bytes which have been transferred inside outgoing UDP datagrams |
udp_rx_datagrams | The amount of incoming UDP datagrams observed |
udp_rx_acks | The amount of incoming acknowledgement frames observed |
udp_rx_bytes | The total amount of bytes which have been transferred inside incoming UDP datagrams |
cwnd | Current congestion window of the connection |
congestion_events | Congestion events on the connection |
rtt | Current best estimate of the connection latency (round-trip-time) in milliseconds |