Buffered userspace socket IO library.
Go to file
oscar c80c0bb6db allow no buffering write 2023-03-07 20:09:21 -05:00
.clang-format clang format 2023-01-17 21:54:48 +01:00
.gitignore add io abstraction layer 2023-01-17 16:27:40 -05:00
CMakeLists.txt change API to align with POSIX 2023-03-05 14:51:24 +01:00
LICENSE Initial commit 2023-01-17 11:43:34 +00:00
README.md Initial commit 2023-01-17 11:43:34 +00:00
bsock.c allow no buffering write 2023-03-07 20:09:21 -05:00
bsock.h change API to align with POSIX 2023-03-05 14:51:24 +01:00
bsock.pc.in include dir 2023-01-17 19:19:29 -05:00
ringbuf.c allow no buffering write 2023-03-07 20:09:21 -05:00
ringbuf.h change API to align with POSIX 2023-03-05 14:51:24 +01:00
test.c allow no buffering write 2023-03-07 20:09:21 -05:00

README.md

libbsock

Buffered userspace socket IO library.