TwiceAsNice
2019-02-18
|
#include "WuT/WebSocket/WutSocket.h"
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/select.h>
#include <Nice/Log.h>
Variables | |
const int | MAXHOSTNAME = 200 |
const int | MAXCONNECTIONS = 5 |
const int | MAXRECV = 500 |
const int MAXCONNECTIONS = 5 |
const int MAXHOSTNAME = 200 |
const int MAXRECV = 500 |