Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dextern.h1018 #define MAX_HTTP_REQUESTS 64
1014 #define MAX_HTTP_REQUESTS global() macro
H A Dhttp.c75 #define NPFDS (MAX_HTTP_REQUESTS + 1)
679 if (http_conn_count < MAX_HTTP_REQUESTS) { in http_req_schedule()