[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luasocket select/timeout problems on UDP
- From: Diego Nehab <diego@...>
- Date: Tue, 11 Apr 2006 20:01:48 -0400 (EDT)
Hi,
The timing seems faster than expected, and the 5th expected datasource is
not seem. Does this give any insight into the problem?
Actually, I guess the timing is OK, since we're sleeping for .5 secs after
sending all packets, but the 5th datasource is being skipped.
Your original complaint was about the timing, right? Can you revert to
the original LuaSocket and test if the timing is correct?
BTW - I have luasocket compiled to use the poll syscall instead of select, in
hopes of fixing my problem, but so far, no luck...
I have no experience with BSD, but I don't expect select to be broken.
Regards,
Diego.