mirror of
https://github.com/brunoos/luasec.git
synced 2025-04-23 17:06:50 +02:00
Compare commits
2 Commits
fddde111f7
...
769ac528e2
Author | SHA1 | Date | |
---|---|---|---|
|
769ac528e2 | ||
|
0f0e07eb41 |
@ -426,7 +426,9 @@ const char *socket_gaistrerror(int err) {
|
||||
case EAI_MEMORY: return "memory allocation failure";
|
||||
case EAI_NONAME:
|
||||
return "host or service not provided, or not known";
|
||||
#ifdef EAI_OVERFLOW
|
||||
case EAI_OVERFLOW: return "argument buffer overflow";
|
||||
#endif
|
||||
#ifdef EAI_PROTOCOL
|
||||
case EAI_PROTOCOL: return "resolved protocol is unknown";
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user