1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 05:26:40 -05:00

Update sockets.h

Add the CONNREFUSED error to the Service::Sockets::Errno enum
This commit is contained in:
LotP1
2024-01-30 00:27:11 +01:00
committed by GitHub
parent 3acf35bb98
commit c0775e74ec

View File

@@ -19,6 +19,7 @@ enum class Errno : u32 {
INVAL = 22, INVAL = 22,
MFILE = 24, MFILE = 24,
PIPE = 32, PIPE = 32,
CONNREFUSED = 61,
MSGSIZE = 90, MSGSIZE = 90,
CONNABORTED = 103, CONNABORTED = 103,
CONNRESET = 104, CONNRESET = 104,