HomeSort by: relevance | last modified time | path
    Searched refs:ssl_timeout (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/
bozohttpd.h 130 unsigned ssl_timeout; /* ssl timeout */ member in struct:bozohttpd_t
ssl-bozo.c 306 alarm(httpd->ssl_timeout);
bozohttpd.c 150 #ifndef SSL_TIMEOUT
151 #define SSL_TIMEOUT "30" /* ssl handshake: 30 seconds timeout */
2546 if (!bozo_set_pref(httpd, prefs, "ssl timeout", SSL_TIMEOUT))
2656 httpd->ssl_timeout = atoi(cp);

Completed in 14 milliseconds