mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
Update sockets.h
Add the CONNREFUSED error to the Service::Sockets::Errno enum
This commit is contained in:
parent
3a8269d981
commit
eaaae37cde
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ enum class Errno : u32 {
|
|||
INVAL = 22,
|
||||
MFILE = 24,
|
||||
PIPE = 32,
|
||||
CONNREFUSED = 61,
|
||||
MSGSIZE = 90,
|
||||
CONNABORTED = 103,
|
||||
CONNRESET = 104,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue