mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 20:38:19 -05:00
net: translate ECONNRESET network error
This commit is contained in:
@ -23,6 +23,7 @@ enum class Errno : u32 {
|
||||
INVAL = 22,
|
||||
MFILE = 24,
|
||||
MSGSIZE = 90,
|
||||
CONNRESET = 104,
|
||||
NOTCONN = 107,
|
||||
TIMEDOUT = 110,
|
||||
};
|
||||
|
Reference in New Issue
Block a user