|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
#include <file_io.h>
Data Fields | |
| void * | udata |
| ssize_t | result |
| int | zero_copy |
| void* KlFileIOResult::udata |
connection pointer (opaque to file I/O backend)
| ssize_t KlFileIOResult::result |
bytes read/transferred, or negative error
| int KlFileIOResult::zero_copy |
1 = data already sent to socket (splice path)