diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2012-04-24 00:47:30 +0800 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2012-04-24 00:47:30 +0800 |
commit | c2e29537f576a7082247091036c7957479d42b21 (patch) | |
tree | fb6a4da9566e8413d824522ca9a7fb94de049b61 /doc/index.html | |
parent | 1acf8188cd732de4fd5fcdc016eeab501c86a773 (diff) | |
download | luasocket-c2e29537f576a7082247091036c7957479d42b21.tar.gz luasocket-c2e29537f576a7082247091036c7957479d42b21.tar.bz2 luasocket-c2e29537f576a7082247091036c7957479d42b21.zip |
Fixed getpeername/getsockname situation
- Added IPv6 support to getsockname
- Simplified getpeername implementation
- Added family to return of getsockname and getpeername
and added modification to the manual to describe
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 833c9a8..56c958f 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -134,7 +134,8 @@ and Lua 5.2 compatibility. | |||
134 | <li> Added: IPv6 support; | 134 | <li> Added: IPv6 support; |
135 | <ul> | 135 | <ul> |
136 | <li> <tt>Socket.connect</tt> and <tt>socket.bind</tt> support IPv6 addresses; | 136 | <li> <tt>Socket.connect</tt> and <tt>socket.bind</tt> support IPv6 addresses; |
137 | <li> <tt>Getpeername</tt> and <tt>getsockname</tt> support IPv6 addresses; | 137 | <li> <tt>Getpeername</tt> and <tt>getsockname</tt> support |
138 | IPv6 addresses, and return the socket family as a third value; | ||
138 | <li> URL module updated to support IPv6 host names; | 139 | <li> URL module updated to support IPv6 host names; |
139 | <li> New <tt>socket.tcp6</tt> and <tt>socket.udp6</tt> functions; | 140 | <li> New <tt>socket.tcp6</tt> and <tt>socket.udp6</tt> functions; |
140 | <li> New <tt>socket.dns.getaddrinfo</tt> function; | 141 | <li> New <tt>socket.dns.getaddrinfo</tt> function; |