mirror of https://github.com/ipxe/ipxe.git
Add ETIMEDOUT
parent
26166cf5e0
commit
90d859c34b
|
@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = {
|
||||||
{ EACCES, "Permission denied" },
|
{ EACCES, "Permission denied" },
|
||||||
{ ENOENT, "File not found" },
|
{ ENOENT, "File not found" },
|
||||||
{ ENETUNREACH, "Network unreachable" },
|
{ ENETUNREACH, "Network unreachable" },
|
||||||
|
{ ETIMEDOUT, "Connection timed out" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue