Socket Server
Macros | Functions
types.h File Reference
#include <string>

Go to the source code of this file.

Macros

#define MAX_BUFFER_SIZE   (49152)
 

Functions

template<typename MessageProcessor >
void MessageHandler (MessageProcessor processor, int client_socket_fd, std::string message)
 

Macro Definition Documentation

◆ MAX_BUFFER_SIZE

#define MAX_BUFFER_SIZE   (49152)

Function Documentation

◆ MessageHandler()

template<typename MessageProcessor >
void MessageHandler ( MessageProcessor  processor,
int  client_socket_fd,
std::string  message 
)