Skip to content

mxxntype/io_uring_tcp_echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

io_uring echo server in C

Well, nothing fancy here really. To start the server:

just run <port>

To test it:

echo "Hello, server!" | nc localhost <port>

You should get your string back.

About

My tiny sample of io_uring usage

Topics

Resources

Stars

Watchers

Forks