Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mariusor
on Feb 17, 2023
|
parent
|
context
|
favorite
| on:
Io_uring and Networking in 2023 [pdf]
I just went through this recently, and it vastly predates io_uring functionality, I don't remember even mentioning it.
It's a good place to learn socket programming using the POSIX sockets API, but that's it.
unmole
on Feb 17, 2023
[–]
The GP asked for resources to understand low level network programming.
mariusor
on Feb 17, 2023
|
parent
[–]
...relevant to io_uring. I was just clarifying that Beej's guide is not really that.
benwills
on Feb 17, 2023
|
root
|
parent
[–]
As someone who has written a fair amount of networking code in C, I'd assert that without an understanding of what's in Beej's guide, it will be nearly impossible to competently use io_uring in a networking context.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's a good place to learn socket programming using the POSIX sockets API, but that's it.