greenhouse
Data Structures | Variables
webserver.h File Reference
#include "TCPSocket.h"
#include "database.h"
#include "socket.h"
Include dependency graph for webserver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  WebServer
 

Variables

static const int MAX_CONN = 5
 

Variable Documentation

◆ MAX_CONN

const int MAX_CONN = 5
static

Definition at line 7 of file webserver.h.

Referenced by WebServer::start().