Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dexpire.txt35 <access|modification> <number> <years|months|days|hours|minutes|seconds>
H A Dconfiguration.txt417 maximum number of seconds until a idling keep-alive connection is droped
422 maximum number of seconds until a waiting, non keep-alive read times out
428 maximum number of seconds until a waiting write call times out and closes
H A Dstatus.txt72 traffic, Uptime the uptime in seconds and BusyServers the number of currently
H A Daccesslog.txt81 %T time used in seconds
H A Dsecdownload.txt30 secdownload.timeout = <short> (default: 60 seconds)
H A Dperformance.txt44 handling 128 keep-alive requests in a row on a single connection, waiting 30 seconds
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_status.c209 int days, hours, mins, seconds; in mod_status_handle_server_status_html() local
323 seconds = ts; in mod_status_handle_server_status_html()
340 buffer_append_long(b, seconds); in mod_status_handle_server_status_html()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS180 * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)