From 48f39402181d959cad88cb3f460210c007169f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 12 May 2021 11:13:47 +0200 Subject: Cowboy 2.9.0 --- .../manual/ranch.set_protocol_options/index.html | 190 +++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 docs/en/ranch/1.8/manual/ranch.set_protocol_options/index.html (limited to 'docs/en/ranch/1.8/manual/ranch.set_protocol_options/index.html') diff --git a/docs/en/ranch/1.8/manual/ranch.set_protocol_options/index.html b/docs/en/ranch/1.8/manual/ranch.set_protocol_options/index.html new file mode 100644 index 00000000..3e4e4632 --- /dev/null +++ b/docs/en/ranch/1.8/manual/ranch.set_protocol_options/index.html @@ -0,0 +1,190 @@ + + + + + + + + + + Nine Nines: ranch:set_protocol_options(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

ranch:set_protocol_options(3)

+ +

Name

+

ranch:set_protocol_options - Set the protocol options

+

Description

+
+
set_protocol_options(Ref       :: ranch:ref(),
+                     ProtoOpts :: any())
+    -> ok
+
+

Set the protocol options.

+

The change will be applied immediately for all new connections. Old connections will not receive the new options.

+

Arguments

+
Ref
+

The listener name.

+
+
ProtoOpts
+

The new protocol options.

+
+
+

Return value

+

The atom ok is always returned. It can be safely ignored.

+

Examples

+
Set the protocol options
+
+
ranch:set_protocol_options(example, ProtoOpts).
+
+

See also

+

ranch:get_protocol_options(3), ranch:set_max_connections(3), ranch:set_transport_options(3), ranch(3)

+ + + + + + +
+ +
+ + +

+ Ranch + 1.8 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+ + +

Like my work? Donate!

+

Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:

+
+ + + + + + + + + +

Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.

+ + + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3