ServerOptions

struct ServerOptions {
string serverIdent;
uint sendBufferSize;
uint recvBufferSize;
uint recvPacketsPerTick;
uint sendPacketsPerTick;
bool warnOnCantKeepUp;
long serverGUID;
}

Members

Variables

timeoutThreshold
uint timeoutThreshold;

The Amount of time with no packets recieved needed to disconnect a client due to timeout.

Meta