Re: [zeromq-dev] Monotonic clock ?

2013-10-01 Thread Pieter Hintjens
Hi Julien, Looks like you're right on both counts. Do you want to send a patch to fix this? Here's our contribution process: http://zeromq.org/docs:contributing Cheers Pieter On Tue, Oct 1, 2013 at 9:16 PM, julien tayon wrote: > First Point > https://github.com/zeromq/libzmq/blob/master/src/cl

[zeromq-dev] Monotonic clock ?

2013-10-01 Thread julien tayon
First Point https://github.com/zeromq/libzmq/blob/master/src/clock.cpp#L75 Here I see you use monotonic clock But according to the man clock_gettime I read : CLOCK_MONOTONIC Clock that cannot be set and represents monotonic time since some unspecified starting point. CL