Skip to content

Initial release.

Latest
Compare
Choose a tag to compare
@jknapka jknapka released this 01 Jun 01:09
· 12 commits to master since this release
9640f37

A very simple file server (not an HTTP server) using the new io_uring async I/O API provided in Linux kernel 5.1. You will need liburing. See the file comment in uring_svr.c for details on how to build the code.

Usage:

./uring_svr

To retrieve a file:

echo | nc <server.ip>