diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2012-04-27 02:03:09 +0800 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2012-04-27 02:03:09 +0800 |
commit | 30d1aae140db85501672983481a987418eeba2ed (patch) | |
tree | 12ff6ce7c01f011d833ff9f4bd791277c327badd | |
parent | c2e29537f576a7082247091036c7957479d42b21 (diff) | |
download | luasocket-30d1aae140db85501672983481a987418eeba2ed.tar.gz luasocket-30d1aae140db85501672983481a987418eeba2ed.tar.bz2 luasocket-30d1aae140db85501672983481a987418eeba2ed.zip |
Added Sam's suggestion to TODO
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ | |||
1 | - document bind and connect behavior. | 1 | - document the new bind and connect behavior. |
2 | - shouldn't we instead make the code compatible to Lua 5.2 | 2 | - shouldn't we instead make the code compatible to Lua 5.2 |
3 | without any compat stuff, and use a compatibility layer to | 3 | without any compat stuff, and use a compatibility layer to |
4 | make it work on 5.1? | 4 | make it work on 5.1? |
5 | - add what's new to manual | 5 | - add what's new to manual |
6 | - should there be an equivalent to tohostname for IPv6? | 6 | - should there be an equivalent to tohostname for IPv6? |
7 | - should we add service name resolution as well to getaddrinfo? | 7 | - should we add service name resolution as well to getaddrinfo? |
8 | - Maybe the sockaddr to presentation conversion should be done with getnameinfo()? | ||
8 | 9 | ||
9 | - add http POST sample to manual | 10 | - add http POST sample to manual |
10 | people keep asking stupid questions | 11 | people keep asking stupid questions |