MeloNX/Ryujinx.HLE/HOS/Services/Sockets/Bsd/Impl
riperiperi bed1e91df2 Sockets: Properly convert error codes on MacOS (#4491)
* Sockets: Properly convert error codes on MacOS

The error codes for MacOS are very different to how they are on windows or linux. An alternate mapping is used when the host operating system is MacOS.

This PR also defaults IsDhcpEnabled to true when interfaceProperties.DhcpServerAddresses is not available.

This change was already in `macos1`.

* Address feedback
2023-02-28 03:41:44 +00:00
..
EventFileDescriptor.cs Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00
EventFileDescriptorPollManager.cs Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00
ManagedSocket.cs Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00
ManagedSocketPollManager.cs Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00
WinSockHelper.cs Sockets: Properly convert error codes on MacOS (#4491) 2023-02-28 03:41:44 +00:00
WSAError.cs Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00