blob: 104dd3d48baf9b3e5779d9cbcd22c7686f70ecf4 (
plain) (
blame)
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
30
31
32
33
|
Ranch User Guide
================
* [Introduction](introduction.md)
* Purpose
* Prerequisites
* [Listeners](listeners.md)
* Purpose
* Starting and stopping
* Listening on a random port
* Listening on a port =< 1024
* Limiting the number of concurrent connections
* Upgrading
* [Transports](transports.md)
* Purpose
* TCP transport
* SSL transport
* Sending and receiving data
* Writing a transport handler
* [Protocols](protocols.md)
* Purpose
* Writing a protocol handler
* [SSL client authentication](ssl_auth.md)
* Purpose
* Obtaining client certificates
* Transport configuration
* Authentication
* [Embedded mode](embedded.md)
* Purpose
* Embedding
* [Internals](internals.md)
* Architecture
* Efficiency considerations
|