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

Implement more socket options. #858

Merged
merged 4 commits into from
Sep 29, 2023
Merged

Conversation

sunfishcode
Copy link
Member

Implement IP_FREEBINDC, IPV6_FREEBIND, IPV6_TCLASS, SO_COOKIE, SO_INCOMING_CPU, SO_PROTOCOL, SO_REUSEPORT, SO_REUSEPORT_LB, TCP_CORK, TCP_QUICKACK, TCP_THIN_LINEAR_TIMEOUTS, TCP_CONGESTION, SO_ORIGINAL_DST, and IP6T_SO_ORIGINAL_DST.

@sunfishcode sunfishcode force-pushed the sunfishcode/more-sock-options branch 12 times, most recently from 7d1c57f to 9b36e16 Compare September 29, 2023 14:01
Implement IP_FREEBINDC, IPV6_FREEBIND, IPV6_TCLASS, SO_COOKIE,
SO_INCOMING_CPU, SO_PROTOCOL, SO_REUSEPORT, SO_REUSEPORT_LB,
TCP_CORK, TCP_QUICKACK, TCP_THIN_LINEAR_TIMEOUTS, TCP_CONGESTION,
SO_ORIGINAL_DST, and IP6T_SO_ORIGINAL_DST.
@sunfishcode sunfishcode force-pushed the sunfishcode/more-sock-options branch 3 times, most recently from b152f98 to c54b57e Compare September 29, 2023 15:27
@sunfishcode sunfishcode force-pushed the sunfishcode/more-sock-options branch from c54b57e to 45ffd2c Compare September 29, 2023 15:38
@sunfishcode sunfishcode merged commit a74f97f into main Sep 29, 2023
43 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/more-sock-options branch September 29, 2023 20:53
alexcrichton added a commit to alexcrichton/rustix that referenced this pull request Oct 25, 2023
This commit fixes an accidental regression from bytecodealliance#858 where a previous
call to `core::mem::zeroed` was replaced with `MaybeUninit::uninit`
instead of `MaybeUninit::zeroed`.
sunfishcode pushed a commit that referenced this pull request Oct 26, 2023
This commit fixes an accidental regression from #858 where a previous
call to `core::mem::zeroed` was replaced with `MaybeUninit::uninit`
instead of `MaybeUninit::zeroed`.
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.

1 participant