s&box docs
API ReferenceSandbox.Network

public sealed struct Sandbox.Network.ConnectionStats

Properties

Showing 7 properties

public float Sandbox.Network.ConnectionStats.ConnectionQuality { get; set; }

From 0 to 1 how good is our connection to this?

public float Sandbox.Network.ConnectionStats.InBytesPerSecond { get; set; }

How many bytes per second we're receiving from this connection.

public float Sandbox.Network.ConnectionStats.InPacketsPerSecond { get; set; }

How many packets per second we're receiving from this connection.

public float Sandbox.Network.ConnectionStats.OutBytesPerSecond { get; set; }

How many bytes per second we're sending to this connection.

public float Sandbox.Network.ConnectionStats.OutPacketsPerSecond { get; set; }

How many packets per second we're sending to this connection.

public int Sandbox.Network.ConnectionStats.SendRateBytesPerSecond { get; set; }

Estimate rate that we believe we can send data to this connection.

Metadata

FieldValue
NamespaceSandbox.Network
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Network.ConnectionStats

On this page