aboutsummaryrefslogtreecommitdiff
path: root/doc/reference.html
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2011-10-24 11:24:58 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-04-11 13:45:59 -0700
commit12bde801f6a5d3a192dee29dda1266108aa98d45 (patch)
tree64c6166ae6d968f10d260ec5172de0ac1d4e576a /doc/reference.html
parent3a0fd4744daa972e59579a753af2da9dbde36edd (diff)
downloadluasocket-12bde801f6a5d3a192dee29dda1266108aa98d45.tar.gz
luasocket-12bde801f6a5d3a192dee29dda1266108aa98d45.tar.bz2
luasocket-12bde801f6a5d3a192dee29dda1266108aa98d45.zip
Document dirty, getfd, and setfd for select and tcp.
Diffstat (limited to 'doc/reference.html')
-rw-r--r--doc/reference.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference.html b/doc/reference.html
index f13a6bd..edffc40 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -170,12 +170,15 @@ Support, Manual">
170<a href="tcp.html#bind">bind</a>, 170<a href="tcp.html#bind">bind</a>,
171<a href="tcp.html#close">close</a>, 171<a href="tcp.html#close">close</a>,
172<a href="tcp.html#connect">connect</a>, 172<a href="tcp.html#connect">connect</a>,
173<a href="tcp.html#dirty">dirty</a>,
174<a href="tcp.html#getfd">getfd</a>,
173<a href="tcp.html#getpeername">getpeername</a>, 175<a href="tcp.html#getpeername">getpeername</a>,
174<a href="tcp.html#getsockname">getsockname</a>, 176<a href="tcp.html#getsockname">getsockname</a>,
175<a href="tcp.html#getstats">getstats</a>, 177<a href="tcp.html#getstats">getstats</a>,
176<a href="tcp.html#listen">listen</a>, 178<a href="tcp.html#listen">listen</a>,
177<a href="tcp.html#receive">receive</a>, 179<a href="tcp.html#receive">receive</a>,
178<a href="tcp.html#send">send</a>, 180<a href="tcp.html#send">send</a>,
181<a href="tcp.html#setfd">setfd</a>,
179<a href="tcp.html#setoption">setoption</a>, 182<a href="tcp.html#setoption">setoption</a>,
180<a href="tcp.html#setstats">setstats</a>, 183<a href="tcp.html#setstats">setstats</a>,
181<a href="tcp.html#settimeout">settimeout</a>, 184<a href="tcp.html#settimeout">settimeout</a>,