Hacker News new | ask | show | jobs
by thinkharderdev 1117 days ago
I did an echo server with multi-shot here (using the io_uring rust bindings) https://github.com/thinkharderdev/io-uring/blob/ring-mapped-.... My biggest issue with io_uring is figuring out what is available in which kernel version :)
2 comments

I meant recv_multishot not multishot_accept. The one I linked does use multishot_accept. Just a think-o. Looks like your version uses both though, so that's cool.
this might help: https://sourcedigger.io
Oh that's awesome! Thanks!