Skip to content

Make sockets work with all libc functions #261

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

Open
AntonioND opened this issue Feb 17, 2025 · 0 comments
Open

Make sockets work with all libc functions #261

AntonioND opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@AntonioND
Copy link
Member

close(), read(), and write() should work on sockets, but DSWifi requires closesocket(), recv(), and send(). We will need a way to set callbacks in libnds from DSWifi so that the former functions work.

However, it may be a good idea to wait until sgIP is replaced by some other library, like lwIP.

@AntonioND AntonioND added the bug Something isn't working label Feb 17, 2025
@AntonioND AntonioND self-assigned this Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant