From 4ddd4e856a43c800227878c4b145aca15ce3f579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 14 Nov 2018 12:50:22 +0100 Subject: Ranch 1.7.0 --- .../manual/ranch.get_max_connections/index.html | 171 +++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html (limited to 'docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html') diff --git a/docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html b/docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html new file mode 100644 index 00000000..68873e2d --- /dev/null +++ b/docs/en/ranch/1.7/manual/ranch.get_max_connections/index.html @@ -0,0 +1,171 @@ + + + + + + + + + + Nine Nines: ranch:get_max_connections(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

ranch:get_max_connections(3)

+ +

Name

+

ranch:get_max_connections - Get the max number of connections

+

Description

+
+
get_max_connections(Ref :: ranch:ref())
+    -> MaxConns :: ranch:max_conns()
+
+

Get the max number of connections.

+

Arguments

+
Ref
+

The listener name.

+
+
+

Return value

+

The maximum number of connections is returned.

+

Examples

+
Get the max number of connections
+
+
MaxConns = ranch:get_max_connections(example).
+
+

See also

+

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

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

+ Ranch + 1.7 + Function Reference + +

+ + + +

Navigation

+ +

Version select

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