|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
#include <client_pool.h>
Data Fields | |
| int | capacity |
| int | max_per_host |
| uint64_t | idle_ms |
| int KlClientPoolConfig::capacity |
Total pool slots (0 = default 32)
| int KlClientPoolConfig::max_per_host |
Max idle per (host,port,tls) (0 = default 4)
| uint64_t KlClientPoolConfig::idle_ms |
Idle timeout ms (0 = default 60s)