[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: non-blocking sockets with SSL support ?
- From: Matthew Wild <mwild1@...>
- Date: Thu, 2 Dec 2010 19:31:30 +0000
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