From 30d1aae140db85501672983481a987418eeba2ed Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 27 Apr 2012 02:03:09 +0800 Subject: [PATCH] Added Sam's suggestion to TODO --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 2c68d67..cc49daa 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,11 @@ -- document bind and connect behavior. +- document the new bind and connect behavior. - shouldn't we instead make the code compatible to Lua 5.2 without any compat stuff, and use a compatibility layer to make it work on 5.1? - add what's new to manual - should there be an equivalent to tohostname for IPv6? - should we add service name resolution as well to getaddrinfo? +- Maybe the sockaddr to presentation conversion should be done with getnameinfo()? - add http POST sample to manual people keep asking stupid questions