diff options
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dns.h b/include/dns.h index 6c690dc87..804250c15 100644 --- a/include/dns.h +++ b/include/dns.h @@ -68,7 +68,8 @@ enum ResolverError RESOLVER_NSDOWN = 1, RESOLVER_NXDOMAIN = 2, RESOLVER_NOTREADY = 3, - RESOLVER_BADIP = 4 + RESOLVER_BADIP = 4, + RESOLVER_TIMEOUT = 5 }; /** |