lua-users home
lua-l archive

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


On Sun, Jul 27, 2014 at 5:31 PM, Rena <hyperhacker@gmail.com> wrote:
> I think usually with sockets, a timeout of zero means return any packets
> that have already arrived in the receive buffer, but if there aren't any,
> don't wait around for one.

That makes sense for recv() but not so much for connect(). :P

/s/ Adam