Home
last modified time | relevance | path

Searched refs:MIN_WOULDBLOCK_DELAY (Results 1 – 2 of 2) sorted by relevance

/dports/www/thttpd/thttpd-2.29/
H A Dconfig.h390 #define MIN_WOULDBLOCK_DELAY 100L macro
H A Dthttpd.c1789 c->wouldblock_delay += MIN_WOULDBLOCK_DELAY; in handle_send()
1864 if ( c->wouldblock_delay > MIN_WOULDBLOCK_DELAY ) in handle_send()
1865 c->wouldblock_delay -= MIN_WOULDBLOCK_DELAY; in handle_send()