summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2018-12-03 22:18:19 +0300
committerGitHub <noreply@github.com>2018-12-03 22:18:19 +0300
commit86f5279a69c99e2bd2d14fb758e8fc56bf744364 (patch)
tree35839dd3ddab2474c872b13c57dbeb637415511d /docs
parent812706707f300b735f22a56b7ff713cd20f4c7b9 (diff)
parentc7243b3db636f5cbfc1084f6b76c071856c6f7e3 (diff)
downloadrabbitmq-server-git-86f5279a69c99e2bd2d14fb758e8fc56bf744364.tar.gz
Merge pull request #1785 from rabbitmq/rabbitmq-server-1784
Make it possible to configure kernel.inet_dist_listen_{min,max} via new style config
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 2a373b2eb3..a62ed38291 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -503,8 +503,17 @@
# Kernel section
# ======================================
+## Timeout used to detect peer unavailability, including CLI tools.
+## Related doc guide: https://www.rabbitmq.com/nettick.html.
+##
# net_ticktime = 60
+## Inter-node communication port range.
+## Related doc guide: https://www.rabbitmq.com/networking.html#epmd-inet-dist-port-range.
+##
+# inet_dist_listen_min = 25672
+# inet_dist_listen_max = 25692
+
## ----------------------------------------------------------------------------
## RabbitMQ Management Plugin
##