Replies: 2 comments 5 replies
-
|
You're getting |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Closing this one up, not a liburing or io_uring issue, base is just too old to support accept. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
simple tcp server to accept user connections. below is simplified code:
is there anything wrong with the code? or it's ok and
io_uring_wait_cqeshould block? already tried without TCP_NODELAY and TCP_QUICKACK but it didn't helped.Beta Was this translation helpful? Give feedback.
All reactions