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

net_getsockopt is missing while net_setsockopt is there #56

Closed
Midar opened this issue Aug 27, 2018 · 1 comment
Closed

net_getsockopt is missing while net_setsockopt is there #56

Midar opened this issue Aug 27, 2018 · 1 comment

Comments

@Midar
Copy link

Midar commented Aug 27, 2018

It's possible to set socket options, but it's not possible to get them.

In particular, it would be nice to get net_getsockopt working with SOL_SOCKET, SO_ERROR, as that would make it possible to get the error status of an async connect().

@DacoTaco
Copy link
Member

DacoTaco commented Feb 4, 2023

this has been implemented in f43c818

@DacoTaco DacoTaco closed this as completed Feb 4, 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

No branches or pull requests

2 participants