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

HTTPD_MAX_WRITE_LEN macro

Syntax

#define HTTPD_MAX_WRITE_LEN(pcb) ((u16_t)(2 * altcp_mss(pcb)))

Arguments

pcb

References

LocationText
httpd_opts.h:336
#define HTTPD_MAX_WRITE_LEN(pcb) ((u16_t)(2 * altcp_mss(pcb)))
httpd.c:547
#ifdef HTTPD_MAX_WRITE_LEN
httpd.c:549
max_len = HTTPD_MAX_WRITE_LEN(pcb);