aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/README.txt
blob: 003db0aa0b2e972a1673174ba9e09a756b6f03b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
libglouglou - underlaying library for glougloud and glouglou clients

Requirements
============

* libevent2
* libbsd (linux only)

libggnet
========

libglouglou includes libggnet a helper to keep track of network nodes and
connections.

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.