Nick Mathewson wrote:
Is the monotonic_fallback failure consistent, or does it only happen
some of the time?
It seems to be consistent. But I'm doing this on a virtual machine, and
I know time is often funny on VMs.
--Patrick
**
On Sat, Jun 9, 2012 at 5:11 AM, Filipe Miguel Campos Santos
wrote:
> Hey Everyone,
>
> i did use Libevent in my master thesis to programm a multithreaded
> websocket server and while i know *how to use* Libevent now, i dont really
> know how Libevent works internally. Everything i did know was tha
On Sat, Jun 9, 2012 at 12:18 AM, Patrick Pelletier
wrote:
> On 06/08/2012 01:55 PM, Nick Mathewson wrote:
>
>> Looks like I never added evutil_time.c to Makefile.nmake when I added
>> it to Makefile.am. Should be fixed in 0ba0683bcfc8652a8c50.
>
>
> Thanks; that works for me!
>
> I've also taken
Hey Everyone,
i did use Libevent in my master thesis to programm a multithreaded
websocket server and while i know *how to use* Libevent now, i dont really
know how Libevent works internally. Everything i did know was that it
relies on multiplexing-IO-mechanisms like epoll.
So in order to be able