[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] Libevent2 - Support for UDP in bufferevent
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] Libevent2 - Support for UDP in bufferevent
- From: Thai Duong <thaidn@xxxxxxxxx>
- Date: Wed, 1 Dec 2010 20:22:39 +0700
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Wed, 01 Dec 2010 08:22:46 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=drpGloweeQj7sLeFGu5JSt+vKP+SqmjH7JPlXgq8WG8=; b=nX+fyUKj4pKf4xomNdOWrOJC/IxWb4kVTgoVBC0f1nDZdJiqxGkhdMn/NArB/Qf9ue r08c2nnK9bvjL4cUDDSzsa3LwMKLOCUo1grIEB/WLabZ7UcCB/plWyKBnK0Vsk5LoQuS u1tfadVbki7acEpisAz3NXV09fJOulIKMEXLw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Op4Gu7okDJ4A8KEwpWOvAvOW+SqAFGhX6aKyqGZC3+8jIBOAcu/a3VrGWzRgyyK2c4 Qr5RsOt7bCe40felcm73PEDcUhHLhi7l2v65ixzBpezku0EvN7ppaOo17kKQFeKrUqCz QDbq6nAPe45Xq3OTBWAh2GGti4QjDxoUjwIrc=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
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 the book said that UDP is not supported? And if that
is really the case, what should I do to modify bufferevent so that it
supports UDP?
Any comment is appreciated,
Thai.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.