Skip to content

johalun/uring-sendfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uring-sendfile

Just a simple implementation of sendfile using IO_URING. Hopefully it can help someone searching for hints on how to do this.

How to use

Starting server

make && ./server file.txt

Make a request

curl -o curled.txt http://localhost:6000

Verify

diff curled.txt file.txt

About

Implementation of sendfile using IO_URING

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published