aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/README.txt
blob: 274b57c18c20b4baaed05b1104f559f145e77ef3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libglouglou - underlaying library for glougloud and glouglou clients

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

* libbsd
* libevent2

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.