[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasocket-2.0-beta2: problems sending data with an unconnected udp socket
- From: Diego Nehab <diego@...>
- Date: Sat, 27 Nov 2004 03:06:51 -0500 (EST)
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.