Re: [Libevent-users] in libevent-2.1.1-alpha cannot find the function event_base_loopcontinue

2012-09-21 Thread rqslt
于 2012年09月22日 07:38, Nick Mathewson 写道: On Thu, Aug 16, 2012 at 1:15 PM, rqslt wrote: Hi, everyone: Today i try the libevent-2.1.1-alpha , i download the source in the libevent homepage(libevent.org). I discover the version have many convenient funcition from the document(http://www.wangafu.net

Re: [Libevent-users] in libevent-2.1.1-alpha cannot find the function event_base_loopcontinue

2012-09-21 Thread Nick Mathewson
On Thu, Aug 16, 2012 at 1:15 PM, rqslt wrote: > Hi, everyone: > Today i try the libevent-2.1.1-alpha , i download the source in the > libevent homepage(libevent.org). I discover the version have many > convenient funcition from the > document(http://www.wangafu.net/~nickm/libevent-2.1/doxygen/html

Re: [Libevent-users] draining bufferevents internal buffer

2012-09-21 Thread Mark Ellzey
On Fri, Sep 21, 2012 at 09:25:43PM +0200, Julian Scheel wrote: > Hi, > > I wonder if there is a way to drain the internal buffer of a bufferevent? > Actually I use a bufferevent to write data into a socket. But it can happen > that the socket is not accepting data for a while, which obviously le

[Libevent-users] draining bufferevents internal buffer

2012-09-21 Thread Julian Scheel
Hi, I wonder if there is a way to drain the internal buffer of a bufferevent? Actually I use a bufferevent to write data into a socket. But it can happen that the socket is not accepting data for a while, which obviously lets the bufferevents internal buffer grow. Now I'd like to set a maximum

[Libevent-users] draining bufferevents internal buffer

2012-09-21 Thread Julian Scheel
Hi, I wonder if there is a way to drain the internal buffer of a bufferevent? Actually I use a bufferevent to write data into a socket. But it can happen that the socket is not accepting data for a while, which obviously lets the bufferevents internal buffer grow. Now I'd like to set a maximum