Searched refs:SECONDS_TO_LINGER (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dconnection.c105 #define SECONDS_TO_LINGER 2 macro
166 apr_socket_timeout_set(csd, apr_time_from_sec(SECONDS_TO_LINGER));
185 * 2s (SECONDS_TO_LINGER). This is useful for mitigating certain
189 timeup = now + apr_time_from_sec(SECONDS_TO_LINGER);
/httpd/server/mpm/event/
H A Devent.c159 #define SECONDS_TO_LINGER 2 macro
243 * short_linger_q uses SECONDS_TO_LINGER
872 * 2s (SECONDS_TO_LINGER). This is useful for mitigating certain
3459 apr_time_from_sec(SECONDS_TO_LINGER), NULL);

Completed in 18 milliseconds