Struct NativeBindings.OdinConnectionStats
Statistics for the underlying connection of a room.
Declaration
Fields
udp_tx_datagrams
The amount of outgoing UDP datagrams observed
Declaration
udp_tx_acks
The amount of outgoing acknowledgement frames observed
Declaration
udp_tx_bytes
The total amount of bytes which have been transferred inside outgoing UDP datagrams
Declaration
udp_rx_datagrams
The amount of incoming UDP datagrams observed
Declaration
udp_rx_acks
The amount of incoming acknowledgement frames observed
Declaration
udp_rx_bytes
The total amount of bytes which have been transferred inside incoming UDP datagrams
Declaration
cwnd
Current congestion window of the connection
Declaration
congestion_events
Congestion events on the connection
Declaration
rtt
Current best estimate of the connection latency (round-trip-time) in milliseconds
Declaration