Electroneum
abstract_tcp_server.h File Reference
#include <process.h>
#include <list>
#include <winsock2.h>
#include "winobj.h"
#include "net_utils_base.h"
Include dependency graph for abstract_tcp_server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  epee::net_utils::soket_sender
 
class  epee::net_utils::abstract_tcp_server< THandler >
 

Namespaces

 epee
 
 epee::net_utils
 

Macros

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "net"
 
#define ABSTR_TCP_SRV_WAIT_COUNT_MAX   5000
 
#define ABSTR_TCP_SRV_WAIT_COUNT_INTERVAL   1000
 

Macro Definition Documentation

◆ ABSTR_TCP_SRV_WAIT_COUNT_INTERVAL

#define ABSTR_TCP_SRV_WAIT_COUNT_INTERVAL   1000

◆ ABSTR_TCP_SRV_WAIT_COUNT_MAX

#define ABSTR_TCP_SRV_WAIT_COUNT_MAX   5000

◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "net"

Definition at line 42 of file abstract_tcp_server.h.