Skip to content

[WIP] Use recvmmsg for improved UDP performance#2

Closed
Copilot wants to merge 1 commit into
masterfrom
copilot/udp-performance-update
Closed

[WIP] Use recvmmsg for improved UDP performance#2
Copilot wants to merge 1 commit into
masterfrom
copilot/udp-performance-update

Conversation

Copy link
Copy Markdown

Copilot AI commented May 13, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>UDP performance</issue_title>
<issue_description>Use recvmmsg instead of recvfrom for udp message receiving for improved performance.

I suggest using socket2 alongside the code in this issue rust-lang/socket2#493, replace the existing udp implementation for higher performance on linux. On operating systems where recvmmsg is not supported continue to use the current implementation.

See also:

</issue_description>

Comments on the Issue (you are @copilot in this section)

Copilot AI linked an issue May 13, 2026 that may be closed by this pull request
Copilot AI requested a review from splitice May 13, 2026 13:49
Copilot stopped work on behalf of splitice due to an error May 13, 2026 13:49
@splitice splitice closed this May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UDP performance

2 participants