aboutsummaryrefslogtreecommitdiffstats
path: root/manual/ranch.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/ranch.md')
-rw-r--r--manual/ranch.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/manual/ranch.md b/manual/ranch.md
index cf4ebe5..52c792e 100644
--- a/manual/ranch.md
+++ b/manual/ranch.md
@@ -17,6 +17,17 @@ Types
> also be removed from this count explicitly by the user
> code.
+### opt() = {ack_timeout, timeout()}
+ | {connection_type, worker | supervisor}
+ | {max_connections, max_conns()}
+ | {shutdown, timeout() | brutal_kill}
+ | {socket, any()}
+
+> Ranch-specific transport options.
+>
+> These options are not passed on to the transports.
+> They are used by Ranch while setting up the listeners.
+
### ref() = any()
> Unique name used to refer to a listener.