Re: [Libevent-users] immediately flushing bufferevents

2011-10-03 Thread Mark Ellzey
On Mon, Oct 03, 2011 at 11:59:58AM +0200, Micha? Kr?l wrote: > Hi, > > I'm writing distributed application using the newest version of libevent > (2.0.14). To read and write from/to sockets I use recv,send statement and it > works perfectly. Now I want to use SSL support provided by libevent. In >

[Libevent-users] immediately flushing bufferevents

2011-10-03 Thread Michał Król
Hi, I'm writing distributed application using the newest version of libevent (2.0.14). To read and write from/to sockets I use recv,send statement and it works perfectly. Now I want to use SSL support provided by libevent. In order to do it I wanted to use bufferevents. The problem is, when I chan