Developer Documentation

OdinConnectionStats

public struct OdinConnectionStats

Statistics for the underlying connection of a room.

Properties

NameDescription
udp_tx_datagramsThe amount of outgoing UDP datagrams observed
udp_tx_acksThe amount of outgoing acknowledgement frames observed
udp_tx_bytesThe total amount of bytes which have been transferred inside outgoing UDP datagrams
udp_rx_datagramsThe amount of incoming UDP datagrams observed
udp_rx_acksThe amount of incoming acknowledgement frames observed
udp_rx_bytesThe total amount of bytes which have been transferred inside incoming UDP datagrams
cwndCurrent congestion window of the connection
congestion_eventsCongestion events on the connection
rttCurrent best estimate of the connection latency (round-trip-time) in milliseconds