struct ConnectionStats

in global :: Sandbox . Network

😔 No documentation found.


public int Ping { get; set; }

Current ping for this connection.

public float OutPacketsPerSecond { get; set; }

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

public float OutBytesPerSecond { get; set; }

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

public float InPacketsPerSecond { get; set; }

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

public float InBytesPerSecond { get; set; }

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

public int SendRateBytesPerSecond { get; set; }

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

public float ConnectionQuality { get; set; }

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

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.