Re: [Libevent-users] Debugging bufferevent_openssl (filtered)

2012-05-24 Thread Tommy van Leeuwen
On Thu, May 24, 2012 at 8:18 PM, Diwaker Gupta wrote: > On Thu, Mar 29, 2012 at 11:45 AM, Nick Mathewson wrote: >> On Thu, Mar 29, 2012 at 2:31 PM, Diwaker Gupta >> wrote: >>> I'm using a filtered bufferevent to do SSL over another bufferevent. >>> Occasionally, my application crashes. Unfortun

[Libevent-users] One out of 10 ssl connections stalling.

2012-04-04 Thread Tommy van Leeuwen
Hello everyone. I have a case where one out of 10 or so SSL connections are not correctly negotiating it seems. I use the ssl echo server from http://www.wangafu.net/~nickm/libevent-book/Ref6a_advanced_bufferevents.html to test it and this little perl script to setup a connection and dump certifi

Re: [Libevent-users] Adding ipv6 support.

2011-02-07 Thread Tommy van Leeuwen
On Mon, Feb 7, 2011 at 12:58 PM, Ron Arts wrote: > hi, > > I have an application where I need to add ipv6 support. > Does a recipe exist, or example code how to convert > an existing libevent application? This helped me a lot on porting my ipv4 apps to ipv6: http://www.akkadia.org/drepper/userap