Skip to content

feat: implement UdpSocket like VsockSocket structure#55

Merged
qwandor merged 2 commits intomasterfrom
jalil/add-sock-dgram-support
Sep 18, 2025
Merged

feat: implement UdpSocket like VsockSocket structure#55
qwandor merged 2 commits intomasterfrom
jalil/add-sock-dgram-support

Conversation

@jalil-salame
Copy link
Copy Markdown
Contributor

This implementation mirrors the stdlib's UdpSocket implementation as closely as possible. I skipped some methods to keep the implementation simple, they can be added later if needed.

This is ground work for implementing the feature requested in tokio-vsock: rust-vsock/tokio-vsock#67

@jalil-salame jalil-salame force-pushed the jalil/add-sock-dgram-support branch from 00c66f0 to ad9c480 Compare September 18, 2025 05:37
This implementation mirrors the stdlib's `UdpSocket` implementation as
closely as possible. I skipped some methods to keep the implementation
simple, they can be added later if needed.

This is ground work for implementing the feature requested in
`tokio-vsock`: rust-vsock/tokio-vsock#67

Signed-off-by: Jalil David Salamé Messina <jalil.salame@gmail.com>
Some new lints are firing due to an update to the toolchain, fix them.

Signed-off-by: Jalil David Salamé Messina <jalil.salame@gmail.com>
@jalil-salame jalil-salame force-pushed the jalil/add-sock-dgram-support branch from ad9c480 to e5722bc Compare September 18, 2025 05:38
@jalil-salame
Copy link
Copy Markdown
Contributor Author

Thanks for the review @qwandor!

@qwandor qwandor merged commit 0efe61e into master Sep 18, 2025
2 checks passed
@qwandor qwandor deleted the jalil/add-sock-dgram-support branch September 18, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants