Developer Documentation

OdinConnectionStats

public struct OdinConnectionStats

Statistics for the underlying connection of a room.

Properties

NameTypeDescription
udp_tx_datagramsUInt64The amount of outgoing UDP datagrams observed
udp_tx_acksUInt64The amount of outgoing acknowledgement frames observed
udp_tx_bytesUInt64The total amount of bytes which have been transferred inside outgoing UDP datagrams
udp_rx_datagramsUInt64The amount of incoming UDP datagrams observed
udp_rx_acksUInt64The amount of incoming acknowledgement frames observed
udp_rx_bytesUInt64The total amount of bytes which have been transferred inside incoming UDP datagrams
cwndUInt64Current congestion window of the connection
congestion_eventsUInt64Congestion events on the connection
rttSingleCurrent best estimate of the connection latency (round-trip-time) in milliseconds