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.Ping { get; set; }
Current ping for this connection.
public int Sandbox.Network.ConnectionStats.SendRateBytesPerSecond { get; set; }
Estimate rate that we believe we can send data to this connection.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Network |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Network.ConnectionStats |