We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fcntl doesn't implement O_NONBLOCK for wasi:socket handles
fcntl
O_NONBLOCK
wasi:socket
See
wasi-libc/libc-bottom-half/cloudlibc/src/libc/fcntl/fcntl.c
Lines 10 to 61 in 1b19fc6
The text was updated successfully, but these errors were encountered:
We do already support both blocking and non-blocking sockets (e.g.
wasi-libc/libc-bottom-half/headers/public/__header_sys_socket.h
Line 55 in 1b19fc6
wasi-libc/libc-bottom-half/sources/socket.c
Line 92 in 1b19fc6
Sorry, something went wrong.
BTW, we do already support setting FIONBIO on sockets via ioctl. I don't think there's a way to read the current state yet, though.
FIONBIO
ioctl
No branches or pull requests
fcntl
doesn't implementO_NONBLOCK
forwasi:socket
handlesSee
wasi-libc/libc-bottom-half/cloudlibc/src/libc/fcntl/fcntl.c
Lines 10 to 61 in 1b19fc6
The text was updated successfully, but these errors were encountered: