TwiceAsNice  2019-02-18
Variables
WutSocket.cc File Reference
#include "WuT/WebSocket/WutSocket.h"
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/select.h>
#include <Nice/Log.h>
Include dependency graph for WutSocket.cc:

Variables

const int MAXHOSTNAME = 200
 
const int MAXCONNECTIONS = 5
 
const int MAXRECV = 500
 

Variable Documentation

◆ MAXCONNECTIONS

const int MAXCONNECTIONS = 5

◆ MAXHOSTNAME

const int MAXHOSTNAME = 200

◆ MAXRECV

const int MAXRECV = 500