aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 833c9a8..56c958f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -134,7 +134,8 @@ and Lua 5.2 compatibility.
134<li> Added: IPv6 support; 134<li> Added: IPv6 support;
135<ul> 135<ul>
136<li> <tt>Socket.connect</tt> and <tt>socket.bind</tt> support IPv6 addresses; 136<li> <tt>Socket.connect</tt> and <tt>socket.bind</tt> support IPv6 addresses;
137<li> <tt>Getpeername</tt> and <tt>getsockname</tt> support IPv6 addresses; 137<li> <tt>Getpeername</tt> and <tt>getsockname</tt> support
138IPv6 addresses, and return the socket family as a third value;
138<li> URL module updated to support IPv6 host names; 139<li> URL module updated to support IPv6 host names;
139<li> New <tt>socket.tcp6</tt> and <tt>socket.udp6</tt> functions; 140<li> New <tt>socket.tcp6</tt> and <tt>socket.udp6</tt> functions;
140<li> New <tt>socket.dns.getaddrinfo</tt> function; 141<li> New <tt>socket.dns.getaddrinfo</tt> function;