#include "comm/Flag.h"
#include "comm/forward.h"
#include "defines.h"
Go to the source code of this file.
|
namespace | Comm |
| Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets.
|
|
◆ INCOMING_DNS_MAX
#define INCOMING_DNS_MAX 15 |
Max number of DNS messages to receive per call to DNS read handler
Definition at line 59 of file Loops.h.
◆ INCOMING_TCP_MAX
#define INCOMING_TCP_MAX 10 |
Max number of new TCP connections to accept per call to the TCP listener poller. This is a per-port limit for HTTP/HTTPS ports.
Definition at line 69 of file Loops.h.
◆ INCOMING_TOTAL_MAX
◆ INCOMING_UDP_MAX
#define INCOMING_UDP_MAX 15 |
Max number of UDP messages to receive per call to the UDP receive poller. This is a per-port limit for ICP/HTCP ports. DNS has a separate limit.
Definition at line 50 of file Loops.h.