-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
EIO on sendmsg with GSO #397
Comments
Ralith
added a commit
to quinn-rs/quinn-interop
that referenced
this issue
Jul 23, 2024
Sending messages with segmentation offload seems to consistently produce EIO in the interop runner's docker environment. Reported upstream at quic-interop/quic-interop-runner#397.
Ralith
added a commit
to quinn-rs/quinn-interop
that referenced
this issue
Jul 24, 2024
Sending messages with segmentation offload seems to consistently produce EIO in the interop runner's docker environment. Reported upstream at quic-interop/quic-interop-runner#397.
Ralith
added a commit
to quinn-rs/quinn-interop
that referenced
this issue
Jul 24, 2024
Sending messages with segmentation offload seems to consistently produce EIO in the interop runner's docker environment. Reported upstream at quic-interop/quic-interop-runner#397.
This seems to have been fixed in the recent image update. |
Nevermind, just wasn't triggered on that particular test... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sendmsg
calls in the interop runner environment seem to fail with EIO when a segment size cmsg is specified, requiring a slower fallback mode. Is this expected?The text was updated successfully, but these errors were encountered: