lua-users home
lua-l archive

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


Hi,

> Okay... I spent a few minutes tracing things, but need some guidance...
>
> It looks like the send() (in wsocket.c::sock_sendto()) fails with a
> WSAEWOULDBLOCK error. Anyone savvy to why this is happening?

Turns out that, due to cut and paste, wsocket.c:sock_sendto was calling
send instead of sendto. :)

[]s,
Diego.