On Wed, Apr 11, 2012 at 12:18:51PM +0200, Florian Lohoff wrote:
>
> Hi,
>
> is there a reason libevent has no way to feed in exceptfds?
>
> I have a little project for a couple of years with DVB Streaming and certain
> ioctls for linux DVB drivers require the fds to be polled for exceptions. Up
I found this issue only happening on Windows server 2003 32bits,
and I'm sure that the timer runs properly on centos 6.0 64bits vm system
whereas, I can tell no more to you all, I just wonder why not use
GetTickCount instead of gettimeofday while compiling Windows version.
Although it could decreas
On Wed, Apr 11, 2012 at 6:18 AM, Florian Lohoff wrote:
>
> Hi,
>
> is there a reason libevent has no way to feed in exceptfds?
I'm not sure why; Niels had it working that way before I came one to
the project.
One issue here is that exceptfds (as supported by select) don't always
match up exactly
Hi,
is there a reason libevent has no way to feed in exceptfds?
I have a little project for a couple of years with DVB Streaming and certain
ioctls for linux DVB drivers require the fds to be polled for exceptions. Up to
now all drivers were happy to also trigger read events but now there are so