[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaSocket and IPv6
- From: Matthew Wild <mwild1@...>
- Date: Wed, 24 Feb 2010 19:19:19 +0000
On 24 February 2010 18:52, A.S. Bradbury <asb@asbradbury.org> wrote:
> On 24 February 2010 12:58, Matthew Wild <mwild1@gmail.com> wrote:
>> Does anyone have thoughts on this?
>>
>> Further reading:
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562163
>> http://prosody.im/bugs/68
>
> I just thought I'd add that Steven Barth's Apache-licensed nixio has
> IPv6 support.
>
> http://lua-users.org/lists/lua-l/2009-07/msg00143.html
>
Good to know. Unfortunately LuaSocket is still the more widely used
socket library (I know there are others too), and I don't particularly
feel like rewriting the socket framework in my server (especially not
now I just got it working with libevent).
In fact I've looked at nixio before, but can't recall what I didn't
like about it, without digging into it again. On the other hand the
all-in-one approach is sadly appealing to someone who has spent too
long battling against different libraries and their various sore
points.
Matthew