Implements support for ENOMEM (errno 12) across the network stack: - Added NOMEM to Network::Errno enum - Added NOMEM = 12 to sockets Errno enum - Added translation case in sockets_translate.cpp This is the first step towards addressing the 0.0 FPS bug that occurs when the system runs out of memory during socket operations. Previously, these operations would trigger an unimplemented assertion, causing the emulator to halt. Now the error will be properly propagated to the guest application. |
||
|---|---|---|
| .. | ||
| bsd.cpp | ||
| bsd.h | ||
| nsd.cpp | ||
| nsd.h | ||
| sfdnsres.cpp | ||
| sfdnsres.h | ||
| sockets.cpp | ||
| sockets.h | ||
| sockets_translate.cpp | ||
| sockets_translate.h | ||