-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
<sys/uio.h> header (Scatter-gather IO) #18
Comments
I don't really see how we can support this header given that readv/writev are required to be atomic. We have no way to guarantee atomicity given that we're running on top of an OS that isn't POSIX compliant. |
I don't see any mention of atomicity guarantees in the 2018 edition: Is it specified elsewhere? |
The Linux |
I'm curious if there is a method to enable websockets on the switch. I've looked far and wide and I have yet to come across a library that provides this functionality and can be actually compiled for the switch |
@Levev This works fine for me: https://github.com/xfangfang/mongoose |
@xfangfang thank you so much, you just saved my project! |
Still no plan to add <sys/uio.h> header? |
Upstream newlib snapshot has been delayed until tomorrow. We'll probably have a look when we're doing toolchain updates which will likely be in the new year depending on how much work it turns out to be. We currently have something else in progress that should hopefully see a release soon so it will have to wait until that's done. fwiw, if there were no plans at all then we'd have just closed this issue. Thanks for the reminder thiough. |
<sys/uio.h>
header is missing.https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html
It is needed for the asio library.
The text was updated successfully, but these errors were encountered: