Update!
A yet another source code to share is a small C++ wrapper around libevent library to provide message-oriented send / receive asynchronous API.
This #library abstracts from libevent and provides simple message-based interface to send and receive structures over the network.
We use this library in our VoIP call quality analysis distributed solutions.