diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2012-04-23 01:40:31 +0800 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2012-04-23 01:40:31 +0800 |
commit | 1acf8188cd732de4fd5fcdc016eeab501c86a773 (patch) | |
tree | 5d773638ae76b0d4d09c32b6f8a2dddc59449f25 /TODO | |
parent | 966642f76abeea579ddcf8da8651244fcf5cbd5a (diff) | |
download | luasocket-1acf8188cd732de4fd5fcdc016eeab501c86a773.tar.gz luasocket-1acf8188cd732de4fd5fcdc016eeab501c86a773.tar.bz2 luasocket-1acf8188cd732de4fd5fcdc016eeab501c86a773.zip |
socket.bind also tries all addresses returned by getaddrinfo.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ | |||
1 | - document bind and connect behavior. | ||
1 | - getsockname should also support IPv6, no? | 2 | - getsockname should also support IPv6, no? |
2 | - shouldn't we instead make the code compatible to Lua 5.2 | 3 | - shouldn't we instead make the code compatible to Lua 5.2 |
3 | without any compat stuff, and use a compatibility layer to | 4 | without any compat stuff, and use a compatibility layer to |
@@ -5,7 +6,6 @@ | |||
5 | - add what's new to manual | 6 | - add what's new to manual |
6 | - should there be an equivalent to tohostname for IPv6? | 7 | - should there be an equivalent to tohostname for IPv6? |
7 | - should we add service name resolution as well to getaddrinfo? | 8 | - should we add service name resolution as well to getaddrinfo? |
8 | - document bind and connect behavior based on address? | ||
9 | 9 | ||
10 | - add http POST sample to manual | 10 | - add http POST sample to manual |
11 | people keep asking stupid questions | 11 | people keep asking stupid questions |
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | Done: | 17 | Done: |
18 | 18 | ||
19 | - connect and bind try all adresses returned by getaddrinfo | ||
19 | - document headers.lua? | 20 | - document headers.lua? |
20 | - update copyright date everywhere? | 21 | - update copyright date everywhere? |
21 | - remove RCSID from files? | 22 | - remove RCSID from files? |