Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement support for userbuffers on Wii U
The Wii U socket implementation has limited memory available. To support larger receive buffers, application memory needs to be provided. To make sockets use this user memory the `SO_RUSRBUF` option needs to be set on the socket.
- Loading branch information