libglouglou - underlaying library for glougloud and glouglou clients Requirements ============ * libevent * libpcap * libdnet * libbsd (linux only) Fedora 17: sudo yum install libevent-devel libpcap-devel libdnet-devel libbsd-devel libggnet ======== libglouglou includes libggnet, a helper to keep track of network nodes and connections. libggnet_dns ============ libglouglou includes libggnet_dns, a wrapper around evdns to do asyncronous DNS reverse resolving with a simple API. It can be reused independently by using libggnet_dns.c and libggnet_dns.h. libggnet_traceroute =================== libglouglou includes libggnet_traceroute, a library to do asyncronous traceroute based on libevent, libpcap and libdnet. It can be reused independently by using libggnet_traceroute.c and libggnet_traceroute.h. sendbuf ======= libglouglou includes a send buffer implementation to allow concatenation of small UDP packets to send larger packets on the wire. It can be reused independently by using sendbuf.c and sendbuf.h.