A working DNS resolver (not yet tied in to anything)

This commit is contained in:
Michael Brown
2007-01-15 17:31:35 +00:00
parent df0397f334
commit 9af12d5fba
6 changed files with 509 additions and 385 deletions

View File

@@ -137,6 +137,7 @@
#define EINVAL 0xdd /**< Invalid argument */
#define EIO 0xde /**< Input/output error */
#define EISCONN 0xdf /**< Transport endpoint is already connected */
#define ELOOP 0xf8 /**< Too many symbolic links */
#define EMFILE 0xe0 /**< Too many open files */
#define EMSGSIZE 0xe1 /**< Message too long */
#define ENAMETOOLONG 0xe2 /**< File name too long */