aboutsummaryrefslogtreecommitdiff
path: root/doc/tcp.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2009-05-27 09:31:38 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2009-05-27 09:31:38 +0000
commitbce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch)
tree3927343c777fcb7764a0f2f89754a0ceab141c21 /doc/tcp.html
parentd1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff)
downloadluasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz
luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2
luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip
Decent makefiles!
Diffstat (limited to 'doc/tcp.html')
-rw-r--r--doc/tcp.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/tcp.html b/doc/tcp.html
index a16a09e..d1d2154 100644
--- a/doc/tcp.html
+++ b/doc/tcp.html
@@ -24,8 +24,8 @@
24</td></tr> 24</td></tr>
25</table> 25</table>
26<p class=bar> 26<p class=bar>
27<a href="home.html">home</a> &middot; 27<a href="index.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="index.html#download">download</a> &middot;
29<a href="installation.html">installation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
31<a href="reference.html">reference</a> 31<a href="reference.html">reference</a>
@@ -297,12 +297,12 @@ of any received data before return.
297 297
298<p class=return> 298<p class=return>
299If successful, the method returns the received pattern. In case of error, 299If successful, the method returns the received pattern. In case of error,
300the method returns <tt><b>nil</b></tt> followed by an error message which 300the method returns <tt><b>nil</b></tt> followed by an error
301can be the string '<tt>closed</tt>' in case the connection was 301message, followed by a (possibly empty) string containing
302the partial that was received. The error message can be
303the string '<tt>closed</tt>' in case the connection was
302closed before the transmission was completed or the string 304closed before the transmission was completed or the string
303'<tt>timeout</tt>' in case there was a timeout during the operation. 305'<tt>timeout</tt>' in case there was a timeout during the operation.
304Also, after the error message, the function returns the partial result of
305the transmission.
306</p> 306</p>
307 307
308<p class=note> 308<p class=note>
@@ -514,8 +514,8 @@ This function returns 1.
514<hr> 514<hr>
515<center> 515<center>
516<p class=bar> 516<p class=bar>
517<a href="home.html">home</a> &middot; 517<a href="index.html">home</a> &middot;
518<a href="home.html#down">download</a> &middot; 518<a href="index.html#down">download</a> &middot;
519<a href="installation.html">installation</a> &middot; 519<a href="installation.html">installation</a> &middot;
520<a href="introduction.html">introduction</a> &middot; 520<a href="introduction.html">introduction</a> &middot;
521<a href="reference.html">reference</a> 521<a href="reference.html">reference</a>