From d440a2c1d26e4f0770a66279de151806b1ad5ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 17 Aug 2015 18:18:07 +0200 Subject: Don't pass Ranch-specific options down to transports Should fix Dialyzer issues. The options are now also documented in the Ranch module, and there's new ranch:opt(), ranch_tcp:opt() and ranch_ssl:opt() for use in third party code. --- manual/ranch.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'manual/ranch.md') 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. -- cgit v1.2.3