aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-02 21:12:58 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-02 21:12:58 +0100
commit40ef06e3b027ded1f01156c9a936a6a3688d5022 (patch)
tree6ef25fee99c1e16f8d962fa4e227a0da57daa519
parentTODO-- (diff)
downloadglouglou-40ef06e3b027ded1f01156c9a936a6a3688d5022.tar.xz
glouglou-40ef06e3b027ded1f01156c9a936a6a3688d5022.zip
add Requirements and Sendbuf sections
-rw-r--r--libglouglou/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/libglouglou/README.txt b/libglouglou/README.txt
index 30dd09e..274b57c 100644
--- a/libglouglou/README.txt
+++ b/libglouglou/README.txt
@@ -1 +1,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.