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

add recvfrom and sendto support #1007

Merged
merged 8 commits into from
Dec 18, 2023
Merged

add recvfrom and sendto support #1007

merged 8 commits into from
Dec 18, 2023

Conversation

stlankes
Copy link
Contributor

@stlankes stlankes commented Dec 15, 2023

This is an extension of the kernel interface to solve issue #967. The PR was tested with hermit-os/hermit-rs#513

Closes #967

@stlankes stlankes requested a review from mkroening December 15, 2023 23:55
@stlankes stlankes marked this pull request as draft December 16, 2023 08:40
This extension of the kernel interface solves partly issue
hermit-os#967
@stlankes stlankes changed the title add recvfrom support add recvfrom and sendto support Dec 16, 2023
@mkroening mkroening added this pull request to the merge queue Dec 18, 2023
Merged via the queue into hermit-os:main with commit e7b495b Dec 18, 2023
39 checks passed
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.

sys_sendto and sys_recvfrom are missing
2 participants