struct ConnectionInformation

Connection state information and quality metrics.

Public

Fields

ID

Unique identifier for this connection.

RemoteAddress

NetworkAddress RemoteAddress

Remote address of the peer.

PingMS

float PingMS

Current round-trip ping time in milliseconds.

PacketLossPercent

float PacketLossPercent

Packet loss percentage (0.0 to 100.0).

JitterMS

float JitterMS

Connection quality (jitter) in milliseconds.

BytesSentPerSecond

u64 BytesSentPerSecond

Outgoing bandwidth in bytes per second.

BytesReceivedPerSecond

u64 BytesReceivedPerSecond

Incoming bandwidth in bytes per second.