mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
IOS/Network: Handle SO_ENETRESET
This commit is contained in:
@ -83,6 +83,8 @@ static s32 TranslateErrorCode(s32 native_error, bool isRW)
|
||||
case ENOMEM: // See man (7) ip
|
||||
case ERRORCODE(ENOBUFS):
|
||||
return -SO_ENOMEM;
|
||||
case ERRORCODE(ENETRESET):
|
||||
return -SO_ENETRESET;
|
||||
case EITHER(WSAEWOULDBLOCK, EAGAIN):
|
||||
if (isRW)
|
||||
{
|
||||
|
Reference in New Issue
Block a user