diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2012-05-10 14:14:22 -0700 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-05-10 14:14:22 -0700 |
commit | 156669c28bc62bfddbd5625c4bb4c1f8da94802b (patch) | |
tree | 074ea57dd044a9bed306464af8c9f141bdf0ca19 /doc/reference.html | |
parent | 3d3e69c6e43f6431969e072e78df43b0ab73c48d (diff) | |
download | luasocket-156669c28bc62bfddbd5625c4bb4c1f8da94802b.tar.gz luasocket-156669c28bc62bfddbd5625c4bb4c1f8da94802b.tar.bz2 luasocket-156669c28bc62bfddbd5625c4bb4c1f8da94802b.zip |
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.
Diffstat (limited to 'doc/reference.html')
-rw-r--r-- | doc/reference.html | 2 |
1 files changed, 2 insertions, 0 deletions
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"> | |||
145 | <blockquote> | 145 | <blockquote> |
146 | <a href="socket.html#bind">bind</a>, | 146 | <a href="socket.html#bind">bind</a>, |
147 | <a href="socket.html#connect">connect</a>, | 147 | <a href="socket.html#connect">connect</a>, |
148 | <a href="socket.html#connect">connect4</a>, | ||
149 | <a href="socket.html#connect">connect6</a>, | ||
148 | <a href="socket.html#debug">_DEBUG</a>, | 150 | <a href="socket.html#debug">_DEBUG</a>, |
149 | <a href="dns.html#dns">dns</a>, | 151 | <a href="dns.html#dns">dns</a>, |
150 | <a href="socket.html#gettime">gettime</a>, | 152 | <a href="socket.html#gettime">gettime</a>, |