Y
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
martinjacobd
1117 days ago
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.
link
wazzaps
1117 days ago
this might help:
https://sourcedigger.io
link
thinkharderdev
1116 days ago
Oh that's awesome! Thanks!
link