Hey guys,
I'm a relative newbee to libevent so apologies if this is already answered.
How to configure libevent to use a non-standard installation path of
openssl. Basically my project has openssl included and I want libevent to
compile/link against that copy and not the standard system openssl.
Th
On Mon, Dec 6, 2010 at 8:48 PM, Evan Jones wrote:
> On Dec 5, 2010, at 21:13 , Clint Webb wrote:
>>
>> After the Timeout event was fired, it seemed as though the event was
>> no longer queued, even though EV_PERSIST was specified.
>>
>> Is this different behaviour expected?
>
> I think the answer
On Dec 5, 2010, at 21:13 , Clint Webb wrote:
After the Timeout event was fired, it seemed as though the event was
no longer queued, even though EV_PERSIST was specified.
Is this different behaviour expected?
I think the answer is yes. From the "whatsnew-2.0.txt" file:
2.6. Timeouts and persi