http_poll() is only used within LwIP.
 
Symbols
loading...
Files
loading...

http_poll() function

The poll function is called every 2nd second. If there has been no data sent (which resets the retries) in 8 seconds, close. If the last portion of a file has not been sent in 2 seconds, close. This could be increased, but we don't want to waste resources for bad connections.

Syntax

static err_t http_poll(void *arg,     struct altcp_pcb *pcb);
Implemented in httpd.c:2467

Arguments

arg

pcb

References

Call Tree

Functions called by http_poll()
http_poll()
Data read by http_poll()
Data written by http_poll()
http_poll()
http_poll()::closed
all items filtered out
Type of http_poll()
http_poll()
all items filtered out