diff options
author | Loïc Hoguin <[email protected]> | 2012-12-20 18:54:52 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-12-20 19:04:43 +0100 |
commit | 7f4261d1d83dde90be93d3615693b44969f6b446 (patch) | |
tree | 1705c02f3f19a7e7474c22e91d85cac7440874ab /guide/toc.md | |
parent | f26401af19bddd74ddd1755041372c737a995b01 (diff) | |
parent | 036fbd53189f0a43bd8348e517a17da0f00de980 (diff) | |
download | ranch-7f4261d1d83dde90be93d3615693b44969f6b446.tar.gz ranch-7f4261d1d83dde90be93d3615693b44969f6b446.tar.bz2 ranch-7f4261d1d83dde90be93d3615693b44969f6b446.zip |
Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranch
Diffstat (limited to 'guide/toc.md')
-rw-r--r-- | guide/toc.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guide/toc.md b/guide/toc.md index f83b6c6..3cbdbcf 100644 --- a/guide/toc.md +++ b/guide/toc.md @@ -9,6 +9,7 @@ Ranch User Guide * Starting and stopping * Listening on a random port * Listening on privileged ports + * Accepting connections on an existing socket * Limiting the number of concurrent connections * Upgrading * [Transports](transports.md) |