Skip to content
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

ext/sockets: UDP_SEGMENT support. #18213

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

devnexen
Copy link
Member

UDP segmentation offload is an optimisation attempt by sending multiple large enough datagrams over UDP which reduces syscalls as by default, they have to be broke down in small UDP packets, it is better if the hardware supports it, other handed down to the software implementation.

devnexen added 2 commits April 2, 2025 19:16
UDP segmentation offload is an optimisation attempt by sending multiple
large enough datagrams over UDP which reduces syscalls as by default,
they have to be broke down in small UDP packets, it is better if the
hardware supports it, other handed down to the software implementation.
@devnexen devnexen force-pushed the socket_udp_segment branch from 6edeb94 to 0d040dd Compare April 2, 2025 18:51
@devnexen devnexen marked this pull request as ready for review April 2, 2025 20:24
@devnexen devnexen requested a review from kocsismate as a code owner April 2, 2025 20:24
@devnexen devnexen marked this pull request as draft April 2, 2025 20:44
@devnexen devnexen marked this pull request as ready for review April 3, 2025 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant