aboutsummaryrefslogtreecommitdiff
path: root/doc/udp.html
diff options
context:
space:
mode:
authorDiego Nehab <diego.nehab@gmail.com>2015-08-25 15:41:40 -0300
committerDiego Nehab <diego.nehab@gmail.com>2015-08-25 15:41:40 -0300
commit77bba625d7aaa0f9e118879163687fcbcb0b5a7b (patch)
treebbb719610c306b0af3225784164b44e2c509eb7c /doc/udp.html
parent96965b179c7311f850f72a8629b9ba6d3a31d117 (diff)
downloadluasocket-77bba625d7aaa0f9e118879163687fcbcb0b5a7b.tar.gz
luasocket-77bba625d7aaa0f9e118879163687fcbcb0b5a7b.tar.bz2
luasocket-77bba625d7aaa0f9e118879163687fcbcb0b5a7b.zip
Fixes suggested by @Florob in #147.
Diffstat (limited to 'doc/udp.html')
-rw-r--r--doc/udp.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/udp.html b/doc/udp.html
index e313af4..a300f2f 100644
--- a/doc/udp.html
+++ b/doc/udp.html
@@ -76,6 +76,12 @@ href=#setsockname><tt>sockname</tt></a>, depending on the address
76family obtained from the resolver. 76family obtained from the resolver.
77</p> 77</p>
78 78
79<p class=note>
80Note: Before the choice between IPv4 and IPv6 happens,
81the internal socket object is invalid and therefore <a
82href=#setoption><tt>setoption</tt></a> will fail.
83</p>
84
79<!-- socket.udp4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 85<!-- socket.udp4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
80 86
81<p class="name" id="socket.udp"> 87<p class="name" id="socket.udp">