diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
commit | bce1cb30d856d167e167c4c2997f9bebe03a612c (patch) | |
tree | 8e684b912cdc9d27c5aebf593107487c94866438 /doc/udp.html | |
parent | f7579db9e830ef41f422a280d26c9077f48728e5 (diff) | |
download | luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.gz luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.bz2 luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.zip |
More adjustments/bugfixes.
Diffstat (limited to 'doc/udp.html')
-rw-r--r-- | doc/udp.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/udp.html b/doc/udp.html index 69895ce..75d1d9e 100644 --- a/doc/udp.html +++ b/doc/udp.html | |||
@@ -1,10 +1,14 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
2 | "http://www.w3.org/TR/html4/strict.dtd"> | 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
3 | <html> | 3 | <html> |
4 | |||
4 | <head> | 5 | <head> |
5 | <title>LuaSocket: Network support for the Lua language</title> | 6 | <meta name="description" content="LuaSocket: The UDP support"> |
7 | <meta name="keywords" content="Lua, Library, socket, UDP, Network, Support"> | ||
8 | <title>LuaSocket: UDP support</title> | ||
6 | <link rel="stylesheet" href="reference.css" type="text/css"> | 9 | <link rel="stylesheet" href="reference.css" type="text/css"> |
7 | </head> | 10 | </head> |
11 | |||
8 | <body> | 12 | <body> |
9 | 13 | ||
10 | <!-- header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 14 | <!-- header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
@@ -14,7 +18,7 @@ | |||
14 | <center> | 18 | <center> |
15 | <table summary="LuaSocket logo"> | 19 | <table summary="LuaSocket logo"> |
16 | <tr><td align=center><a href="http://www.lua.org"> | 20 | <tr><td align=center><a href="http://www.lua.org"> |
17 | <img width=128 border=0 alt="LuaSocket" src="luasocket.png"> | 21 | <img width=128 height=128 border=0 alt="LuaSocket" src="luasocket.png"> |
18 | </a></td></tr> | 22 | </a></td></tr> |
19 | <tr><td align=center valign=top>Network support for the Lua language | 23 | <tr><td align=center valign=top>Network support for the Lua language |
20 | </td></tr> | 24 | </td></tr> |
@@ -240,7 +244,7 @@ unconnected:<b>setpeername(</b>address, port<b>)</b> | |||
240 | <p class="description"> | 244 | <p class="description"> |
241 | Changes the peer of a UDP object. This | 245 | Changes the peer of a UDP object. This |
242 | method turns an unconnected UDP object into a connected UDP | 246 | method turns an unconnected UDP object into a connected UDP |
243 | object or vice-versa. | 247 | object or vice versa. |
244 | </p> | 248 | </p> |
245 | 249 | ||
246 | <p class="description"> | 250 | <p class="description"> |