From 0fb7761f07cc42ee984deaf6cb44caf6703f20f3 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sun, 10 Dec 2017 21:13:27 +0100 Subject: [DOCS] IP --- doc/classes/IP.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/classes/IP.xml b/doc/classes/IP.xml index 09734e746c..96de31a55b 100644 --- a/doc/classes/IP.xml +++ b/doc/classes/IP.xml @@ -1,10 +1,10 @@ - IP Protocol support functions. + IP Protocol support functions like DNS resolution. - IP contains support functions for the IPv4 protocol. TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides hostname resolution support, both blocking and threaded. + IP contains support functions for the Internet Protocl (IP). TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides DNS hostname resolution support, both blocking and threaded. @@ -79,24 +79,34 @@ + DNS hostname resolver status: No status. + DNS hostname resolver status: Waiting. + DNS hostname resolver status: Done. + DNS hostname resolver status: Error. + Maximum number of concurrent DNS resolver queries allowed, [code]RESOLVER_INVALID_ID[/code] is returned if exceeded. + Invalid ID constant. Returned if [code]RESOLVER_MAX_QUERIES[/code] is exceeded. + Address type: None. + Address type: Internet protocol version 4 (IPv4). + Address type: Internet protocol version 6 (IPv6). + Address type: Any. -- cgit v1.2.3