Skip to main content
Version: 1.x

Struct NativeBindings.OdinConnectionStats

Statistics for the underlying connection of a room.

Declaration
public struct NativeBindings.OdinConnectionStats

Fields

udp_tx_datagrams

The amount of outgoing UDP datagrams observed

Declaration
public ulong udp_tx_datagrams

udp_tx_acks

The amount of outgoing acknowledgement frames observed

Declaration
public ulong udp_tx_acks

udp_tx_bytes

The total amount of bytes which have been transferred inside outgoing UDP datagrams

Declaration
public ulong udp_tx_bytes

udp_rx_datagrams

The amount of incoming UDP datagrams observed

Declaration
public ulong udp_rx_datagrams

udp_rx_acks

The amount of incoming acknowledgement frames observed

Declaration
public ulong udp_rx_acks

udp_rx_bytes

The total amount of bytes which have been transferred inside incoming UDP datagrams

Declaration
public ulong udp_rx_bytes

cwnd

Current congestion window of the connection

Declaration
public ulong cwnd

congestion_events

Congestion events on the connection

Declaration
public ulong congestion_events

rtt

Current best estimate of the connection latency (round-trip-time) in milliseconds

Declaration
public float rtt