mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-22 04:24:29 -04: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