KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
Loading...
Searching...
No Matches
Data Fields
KlClientPoolConfig Struct Reference

#include <client_pool.h>

Data Fields

int capacity
 
int max_per_host
 
uint64_t idle_ms
 

Field Documentation

◆ capacity

int KlClientPoolConfig::capacity

Total pool slots (0 = default 32)

◆ max_per_host

int KlClientPoolConfig::max_per_host

Max idle per (host,port,tls) (0 = default 4)

◆ idle_ms

uint64_t KlClientPoolConfig::idle_ms

Idle timeout ms (0 = default 60s)


The documentation for this struct was generated from the following file: