mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
Update sockets.h
Add the CONNREFUSED error to the Service::Sockets::Errno enum
This commit is contained in:
parent
3acf35bb98
commit
c0775e74ec
@ -19,6 +19,7 @@ enum class Errno : u32 {
|
||||
INVAL = 22,
|
||||
MFILE = 24,
|
||||
PIPE = 32,
|
||||
CONNREFUSED = 61,
|
||||
MSGSIZE = 90,
|
||||
CONNABORTED = 103,
|
||||
CONNRESET = 104,
|
||||
|
Loading…
Reference in New Issue
Block a user