mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Add ETIMEDOUT
This commit is contained in:
parent
26166cf5e0
commit
90d859c34b
@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = {
|
||||
{ EACCES, "Permission denied" },
|
||||
{ ENOENT, "File not found" },
|
||||
{ ENETUNREACH, "Network unreachable" },
|
||||
{ ETIMEDOUT, "Connection timed out" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user