Skip to content

usernet-paper-stubs/io_uring-socket-recv-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

io_uring-socket-recv-example

io_uring is Asynchronous I/O framework for linux.

how to build

sudo apt install liburing-dev

cc server.c -o server  -Wall -O2 -D_GNU_SOURCE -luring -std=c++11 -lpthread
cc client.c -o client  -Wall -O2 -D_GNU_SOURCE -luring -std=c++11 -lpthread

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages