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

HTTPD_MAX_RETRIES macro

Maximum retries before the connection is aborted/closed. - number of times pcb->poll is called -> default is 4*500ms = 2s; - reset when pcb->sent is called

Syntax

#define HTTPD_MAX_RETRIES 4

References

LocationText
httpd_opts.h:208
#define HTTPD_MAX_RETRIES 4
httpd.c:2489
if (hs->retries == HTTPD_MAX_RETRIES) {