From e8a6cbc8979089839cddecce6f59a053f4416640 Mon Sep 17 00:00:00 2001
From: Fabio Alessandrelli
Date: Thu, 1 Dec 2016 06:34:05 +0100
Subject: Migrate int.IP_TYPE_ constants to IP.TYPE_
(cherry picked from commit c18c5013f837ea7d4de2f022d36f84e0abce6439)
---
doc/base/classes.xml | 30 ++++++++----------------------
1 file changed, 8 insertions(+), 22 deletions(-)
(limited to 'doc/base/classes.xml')
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 38db888af..3e36ff7f0 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -15596,7 +15596,7 @@
-
+
Resolve a given hostname, blocking. Resolved hostname is returned as an IPv4 or IPv6 depending on "ip_type".
@@ -15607,7 +15607,7 @@
-
+
Create a queue item for resolving a given hostname to an IPv4 or IPv6 depending on "ip_type". The queue ID is returned, or RESOLVER_INVALID_ID on error.
@@ -24544,15 +24544,10 @@
-
-
-
+
- Make this [PacketPeerUDP] listen on the "port" using protocol "ip_type" and a buffer size "recv_buf_size". Listens on all available adresses.
- IP_TYPE_IPV4 = IPv4 only
- IP_TYPE_IPV6 = IPv6 only
- IP_TYPE_ANY = Dual stack (supports both IPv6 and IPv4 connections).
+ Make this [PacketPeerUDP] listen on the "port" with a buffer size "recv_buf_size". Listens on all available addresses.
@@ -24562,10 +24557,8 @@
-
-
- Set the destination address and port for sending packets and variables, a hostname will be resolved using "ip_type" (v4/v6/any) if valid.
+ Set the destination address and port for sending packets and variables, a hostname will be resolved using if valid.
@@ -38130,10 +38123,8 @@
-
-
- Connect to the specified host:port pair. A hostname will be resolved using "ip_type" (v4/v6/any) if valid. Returns [OK] on success or [FAILED] on failure.
+ Connect to the specified host:port pair. A hostname will be resolved if valid. Returns [OK] on success or [FAILED] on failure.
@@ -39644,15 +39635,10 @@
-
-
-
+
- Listen on a port using protocol "ip_type", alternatively give a white-list of accepted hosts.
- IP_TYPE_IPV4 = IPv4 only
- IP_TYPE_IPV6 = IPv6 only
- IP_TYPE_ANY = Dual stack (supports both IPv6 and IPv4 connections).
+ Listen on a port using protocol, alternatively give a white-list of accepted hosts.
--
cgit v1.3.1