# Sandbox.Network.ConnectionStats

- Kind: struct
- Namespace: `Sandbox.Network`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`ConnectionQuality`](/api/Sandbox.Network.ConnectionStats/ConnectionQuality): From 0 to 1 how good is our connection to this?
- [`InBytesPerSecond`](/api/Sandbox.Network.ConnectionStats/InBytesPerSecond): How many bytes per second we're receiving from this connection.
- [`InPacketsPerSecond`](/api/Sandbox.Network.ConnectionStats/InPacketsPerSecond): How many packets per second we're receiving from this connection.
- [`OutBytesPerSecond`](/api/Sandbox.Network.ConnectionStats/OutBytesPerSecond): How many bytes per second we're sending to this connection.
- [`OutPacketsPerSecond`](/api/Sandbox.Network.ConnectionStats/OutPacketsPerSecond): How many packets per second we're sending to this connection.
- [`Ping`](/api/Sandbox.Network.ConnectionStats/Ping): Current ping for this connection.
- [`SendRateBytesPerSecond`](/api/Sandbox.Network.ConnectionStats/SendRateBytesPerSecond): Estimate rate that we believe we can send data to this connection.
