DNS: does not support IPv6, may return a name cased different than the request (when multiple requests are combined to one)

This commit is contained in:
Simon Goldschmidt
2014-09-15 21:56:29 +02:00
parent 9fb46e1206
commit 4b9883a573
3 changed files with 8 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ extern "C" {
#define EAI_SERVICE 201
#define EAI_FAIL 202
#define EAI_MEMORY 203
#define EAI_FAMILY 204
#define HOST_NOT_FOUND 210
#define NO_DATA 211