From 2674c145a947737d76a4e71734705c1cb8ccaa3c Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Fri, 16 Feb 2018 20:40:44 +0800 Subject: [PATCH] Fix the 'inet_ssl' distribution module --- etc/emq.conf | 2 +- priv/emq.schema | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/emq.conf b/etc/emq.conf index 3eddac216..684dbf328 100644 --- a/etc/emq.conf +++ b/etc/emq.conf @@ -236,7 +236,7 @@ node.crash_dump = {{ platform_log_dir }}/crash.dump ## Value: Enum ## - inet_tcp: the default; handles TCP streams with IPv4 addressing. ## - inet6_tcp: handles TCP with IPv6 addressing. -## - inet_ssl: using SSL for Erlang Distribution. +## - inet_tls: using TLS for Erlang Distribution. ## ## vm.args: -proto_dist inet_tcp node.proto_dist = inet_tcp diff --git a/priv/emq.schema b/priv/emq.schema index 969e803ba..169445005 100644 --- a/priv/emq.schema +++ b/priv/emq.schema @@ -171,7 +171,7 @@ end}. %% @doc The erlang distributed protocol {mapping, "node.proto_dist", "vm_args.-proto_dist", [ {default, "inet_tcp"}, - {datatype, {enum, [inet_tcp, inet6_tcp, inet_ssl]}}, + {datatype, {enum, [inet_tcp, inet6_tcp, inet_tls]}}, hidden ]}.