Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 348 Bytes

File metadata and controls

5 lines (4 loc) · 348 Bytes

####libevent utils This is a tool box including asynchronous tcp server&&client, asynchronous udp and other tools written with libevent.

There is directories named 'client' and 'server', which implements the asynchronous tcp client and tcp server respectively. You can build and test the tcp client and server using the two directories.