lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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