Skip to content

r000n/liburing_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

about

Example of usage liburing library for async write to file

This is TCP server that accepts connections on target port and records received data into file with name port.txt

Client receives ACCEPTED message after 3s delay

requirements

You need build liburing and put headers and compiled library here

  • liburing.a
  • libburing
    • barrier.h
    • compat.h
    • io_uring.h
    • io_uring_version.h

build

gcc main.c liburing.a -o srv

run

./srv port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages