Re: [Libevent-users] filter bufferevents and timeout

2018-03-20 Thread Bruno CARLUS
? That's what i'm doing from inside the read cb - Mail original - De: "Azat Khuzhin" <a3at.m...@gmail.com> À: libevent-users@freehaven.net Envoyé: Lundi 19 Mars 2018 19:25:08 Objet: Re: [Libevent-users] filter bufferevents and timeout On Mon, Mar 19, 2018 at 12:26 PM, Bru

Re: [Libevent-users] filter bufferevents and timeout

2018-03-19 Thread Bruno CARLUS
the read callback as i'm doing for the time being... Bruno - Mail original - De: "Azat Khuzhin" <a3at.m...@gmail.com> À: libevent-users@freehaven.net Envoyé: Lundi 19 Mars 2018 09:55:52 Objet: Re: [Libevent-users] filter bufferevents and timeout On Tue, Mar 13, 2018 a

Re: [Libevent-users] filter bufferevents and timeout

2018-03-19 Thread Azat Khuzhin
On Tue, Mar 13, 2018 at 7:42 PM, Bruno CARLUS wrote: > Hello, > > I just identified a little problem in my code: > I use a filter bufferevent wrapped on a socket bufferevent, for example: > > bev = bufferevent_socket_new(base, listener, BEV_OPT_CLOSE_ON_FREE); > struct

Re: [Libevent-users] filter bufferevents and timeout

2017-11-15 Thread Bruno CARLUS
in my tests (i receive data only, never send) ... What are exacly the limitations ? Thanks again for your help! Bruno. - Mail original - De: "Azat Khuzhin" <a3at.m...@gmail.com> À: libevent-users@freehaven.net Envoyé: Lundi 6 Novembre 2017 12:30:05 Objet: Re: [Libeve

Re: [Libevent-users] filter bufferevents and timeout

2017-11-06 Thread Bruno CARLUS
Ok thank you! I understand it better now. Bruno. - Mail original - De: "Azat Khuzhin" <a3at.m...@gmail.com> À: libevent-users@freehaven.net Envoyé: Lundi 6 Novembre 2017 12:30:05 Objet: Re: [Libevent-users] filter bufferevents and timeout Hi, > But when done prope

[Libevent-users] filter bufferevents and timeout

2017-10-31 Thread Bruno CARLUS
Hello, is there any way to catch and handle a timeout issued by the underlying bufferevent when using a filter bufferevent ? Thanks! Regards, Bruno.