[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: TCP v6 and LuaSocket
- From: Diego Nehab <diego@...>
- Date: Mon, 21 Mar 2011 23:20:59 -0300
Hey guys,
Would anybody be disappointed if I changed the default behavior in
LuaSocket to use IPv6 transparently when available?
I.e., rather than have different functions for IPv6 and IPv4, I was
considering following the suggested best practice of querying
getaddrinfo and trying the addresses in order. I would also provide
improved DNS functions that would support IPv6 and IPv4 transparently.
What do you think?
Regards,
Diego