|
On 8 Nov 2009, at 12:30 AM, Alexander Gladysh wrote:
I want to use Unix Domain Sockets in my Lua code. I see that LuaSocket does not support them.
It does but 'unofficially', just edit the Makefile to enable 'unix' and build :) I am using this extensively without problem, although it appears select () does not work.