lua-users home
lua-l archive

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


On 2 December 2010 18:24, Valerio Schiavoni <valerio.schiavoni@gmail.com> wrote:
> Hello,
> I was wondering if there is any plan to add support for non-blocking sockets
> to SSL.
> It seems that LuaSec (0.4?) doesn't provide such support.
> Am I understanding this correctly ?

It supports non-blocking sockets. LuaSec socket objects have a
:settimeout() method just as normal LuaSocket objects do.

Regards,
Matthew