[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unix Domain Sockets in Lua
- From: Sam Roberts <vieuxtech@...>
- Date: Sat, 7 Nov 2009 22:36:59 -0800
On Sat, Nov 7, 2009 at 11:00 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
> I want to use Unix Domain Sockets in my Lua code.
>
> I see that LuaSocket does not support them.
>
> Are there any other solutions?
I think there used to be a udp.c in the luasocket source that doesn't
build by default but does unix domain sockets.
Sam