aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-09-13 07:45:46 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-09-13 07:45:46 +0200
commit0dabc7dd73857e05ada995e77d9115257e75191b (patch)
treed19c8b78401b03c3461497b8ea34fd7920bab671
parentlibgsnetstream: add README (diff)
downloadglouglou-0dabc7dd73857e05ada995e77d9115257e75191b.tar.xz
glouglou-0dabc7dd73857e05ada995e77d9115257e75191b.zip
libsendbuf: guide to alternatives (libevent bufferevent / evbuffer)
-rw-r--r--v3/libsendbuf/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/v3/libsendbuf/README.txt b/v3/libsendbuf/README.txt
index b21b7aa..518c1ee 100644
--- a/v3/libsendbuf/README.txt
+++ b/v3/libsendbuf/README.txt
@@ -9,3 +9,8 @@ call the send_func appropriatly.
buffer
* sendbuf_gettoken, that avoids memcpy by returning you a pointer
where you will write directly to the buffer
+
+ALTERNATIVES
+You can use libevent bufferevent / evbuffer instead.
+www.wangafu.net/~nickm/libevent-book/Ref6_bufferevent.html
+http://www.wangafu.net/~nickm/libevent-book/Ref7_evbuffer.html