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

Tcp sockets #1

Merged
merged 12 commits into from
Dec 5, 2023
Merged

Tcp sockets #1

merged 12 commits into from
Dec 5, 2023

Conversation

badeend
Copy link

@badeend badeend commented Dec 3, 2023

  • Added support for all TCP operations & socket options.
  • Added UDP stubs

Notable remaining TODOs:

  • update to 2023-11-10 snapshot
  • send&recv flags
  • implement sendto, sendmsg, sendmmsg, recvfrom, recvmsg, recvmmsg

Copy link
Owner

@dicej dicej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for this, @badeend! Please see my comments below. None of them are blockers per se, but I think we'll need to address them eventually.

@dicej dicej self-requested a review December 4, 2023 19:45
Copy link
Owner

@dicej dicej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'm going to test this with the Rust project forks I've been working on (e.g. mio, tokio, tokio-postgres) to make sure there aren't any regressions, then I'll merge it.

Thanks again!

@dicej dicej merged commit 5af19d5 into dicej:sockets Dec 5, 2023
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.

2 participants