#include <Server.h>
Public Attributes | |
int | connectedSocket |
net::SocketState | threadState |
Server * | server |
Struct with the arguments of the network threads.
Server* server::NetworkThreadArgs::server |
State of the thread.
net::SocketState server::NetworkThreadArgs::threadState |
Socket of the connection.