From 156669c28bc62bfddbd5625c4bb4c1f8da94802b Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 10 May 2012 14:14:22 -0700 Subject: socket.connect now implemented in the C core This avoid socket.lua duplicating the iteration over the results of getaddrinfo(). Some problems with the C implementation not initializing sockets or the luasocket family have also been fixed, and error reporting made more robust. --- doc/reference.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/reference.html') diff --git a/doc/reference.html b/doc/reference.html index f069d47..e9bb5eb 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -145,6 +145,8 @@ Support, Manual">
bind, connect, +connect4, +connect6, _DEBUG, dns, gettime, -- cgit v1.2.3-55-g6feb