|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
#include <connection.h>

Data Fields | |
| KlConn * | conns |
| int | capacity |
| int | active_count |
| KlConn * | free_list |
| KlAllocator * | alloc |
| KlConn* KlConnPool::conns |
Connection slot array
| int KlConnPool::capacity |
Maximum connection slots
| int KlConnPool::active_count |
Number of in-use slots
| KlConn* KlConnPool::free_list |
Free slot linked list
| KlAllocator* KlConnPool::alloc |
Allocator for pool memory