-
Notifications
You must be signed in to change notification settings - Fork 230
/
TOC.txt
30 lines (22 loc) · 1.08 KB
/
TOC.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
:docinfo:
Fast portable non-blocking network programming with Libevent
============================================================
Learning Libevent
-----------------
- link:00_about.html[Chapter 0: About this document]
- link:01_intro.html[Chapter 1: A tiny introduction to synchronous non-blocking IO]
A Libevent Reference Manual
---------------------------
- link:Ref0_meta.html[R0: Preliminaries]
- link:Ref1_libsetup.html[R1: Setting up the Libevent library]
- link:Ref2_eventbase.html[R2: Getting an event_base]
- link:Ref3_eventloop.html[R3: Running an event loop]
- link:Ref4_event.html[R4: Working with events]
- link:Ref5_evutil.html[R5: Utility and portability functions]
- link:Ref6_bufferevent.html[R6: Bufferevents: concepts and basics]
- link:Ref6a_advanced_bufferevents.html[R6a: Bufferevents: advanced topics]
- link:Ref7_evbuffer.html[R7: Evbuffers: utility functionality for buffered IO]
- link:Ref8_listener.html[R8: Connection listeners: accepting TCP connections]
- link:Ref9_dns.html[R9: DNS for Libevent]
- link:Ref10_http_server.html[R10: HTTP server]
include::license.txt[]