LWIP_HTTPD_REQ_QUEUELEN is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_HTTPD_REQ_QUEUELEN macro

Number of rx pbufs to enqueue to parse an incoming request (up to the first newline)

Syntax

#define LWIP_HTTPD_REQ_QUEUELEN 5

References

LocationText
httpd_opts.h:260
#define LWIP_HTTPD_REQ_QUEUELEN 5
httpd.c:2110
(clen <= LWIP_HTTPD_REQ_QUEUELEN)) {
httpd_opts.h:273
#define LWIP_HTTPD_MAX_REQ_LENGTH LWIP_MIN(1023, (LWIP_HTTPD_REQ_QUEUELEN * PBUF_POOL_BUFSIZE))