deepglint / libevbuffsock

buffered socket library for libev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libevbuffsock is a minimal port of the evbuffer suite of functions from libevent to libev

mannuly build this project you should do like this cc -c *.c -g -Wall -O2 -fPIC ar rc libevbuffsock.a *.o ranlib libevbuffsock.a

About

buffered socket library for libev


Languages

Language:C 95.9%Language:Makefile 4.1%