Table of Contents

Enum ENetConnection.HostStatistic

Namespace
Godot
Assembly
GodotSharp.dll
public enum ENetConnection.HostStatistic : long

Fields

ReceivedData = 2

Total data received.

ReceivedPackets = 3

Total UDP packets received.

SentData = 0

Total data sent.

SentPackets = 1

Total UDP packets sent.