CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
CRM64Pro::NetTCP::ClientInfo

Client information struct. More...

Inherits CRM64Pro::CMemAllocator.

Public Attributes

char szName [16]
 The name of the client. Updated automatically.
 
Uint32 IP
 The IP v4 address of the client. Updated automatically.
 
Sint32 iLatency
 The latency of the last second. Updated only when a client is connected or disconnected or you call to QueryClientsInfo().
 
Sint32 iLatencyAvg
 The latency average of last 10 seconds Updated only when a client is connected or disconnected or you call to QueryClientsInfo().
 

Detailed Description

Client information struct.