net: translate ECONNRESET network error

This commit is contained in:
MonsterDruide1
2023-02-21 20:43:31 +01:00
parent 89221ca7d5
commit d746cfc018
4 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,7 @@ enum class Errno : u32 {
INVAL = 22,
MFILE = 24,
MSGSIZE = 90,
CONNRESET = 104,
NOTCONN = 107,
TIMEDOUT = 110,
};