-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All I/O _must_ happen through recvmsg, with room for a cmsg #24
Comments
fasterthanlime
added a commit
that referenced
this issue
Jun 14, 2023
Closed
fasterthanlime
added a commit
that referenced
this issue
Sep 27, 2023
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 28, 2023
feat!: Use ktls-recvmsg crate to add recvmsg fallback, closes #24
This was closed by #28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that explains the mysterious ERRNO=5 Input/Output errors we've all been seeing intermittently.
It's that little load-bearing sentence from the Linux kTLS docs:
I'm going to test my theory but for now I believe if a control message is received (such as a TLS 1.3 session ticket) then we get this error:
However if we configure the server not to send session tickets, like so:
Then the same test passes. The logs show that four tickets are sent by default:
And Wireshark confirms that:
The text was updated successfully, but these errors were encountered: