|
libu8
|
struct U8_CLIENT This structure represents a particular live client of a server. More...
struct U8_CLIENT This structure represents a particular live client of a server.
The socket field is the socket going to the client, the flags field contains flags describing the configuration and state of the client, the idstring field is a string identify the client for logging and debugging, and the server field is the server (a U8_SERVER struct) to which the client is connected.
1.7.4