Re: [Libevent-users] Libevent2 - Support for UDP in bufferevent

2010-12-02 Thread Etienne Samson
Hi ! I'm the UDP guy Nick just mentioned ;-) I just happen have an old in-progress email that discusses the details of what I was attempting w.r.t. UDP, so I guess it's the good time to discuss this. My work is at [1] below. Be aware that this haven't been updated (yes, the merge isn't easy ;-

Re: [Libevent-users] Libevent2 - Support for UDP in bufferevent

2010-12-01 Thread Nick Mathewson
On Wed, Dec 1, 2010 at 8:22 AM, Thai Duong wrote: > Hi everybody, > > I'm new to this list, so please forgive me if this has been discussed. > I read the libevent2 book, and it said that bufferevent currently > supports only TCP socket. I take a look at the code, and see that, > however, it seems

[Libevent-users] Libevent2 - Support for UDP in bufferevent

2010-12-01 Thread Thai Duong
Hi everybody, I'm new to this list, so please forgive me if this has been discussed. I read the libevent2 book, and it said that bufferevent currently supports only TCP socket. I take a look at the code, and see that, however, it seems that bufferevent can work with UDP too. So my question is why