|
@@ -237,10 +237,18 @@ node.crash_dump = {{ platform_log_dir }}/crash.dump
|
|
|
## Value: Enum
|
|
## Value: Enum
|
|
|
## - inet_tcp: the default; handles TCP streams with IPv4 addressing.
|
|
## - inet_tcp: the default; handles TCP streams with IPv4 addressing.
|
|
|
## - inet6_tcp: handles TCP with IPv6 addressing.
|
|
## - inet6_tcp: handles TCP with IPv6 addressing.
|
|
|
|
|
+## - inet_tls: using TLS for Erlang Distribution.
|
|
|
##
|
|
##
|
|
|
## vm.args: -proto_dist inet_tcp
|
|
## vm.args: -proto_dist inet_tcp
|
|
|
node.proto_dist = inet_tcp
|
|
node.proto_dist = inet_tcp
|
|
|
|
|
|
|
|
|
|
+## Specify SSL Options in the file if using SSL for Erlang Distribution.
|
|
|
|
|
+##
|
|
|
|
|
+## Value: File
|
|
|
|
|
+##
|
|
|
|
|
+## vm.args: -ssl_dist_optfile <File>
|
|
|
|
|
+## node.ssl_dist_optfile = {{ platform_etc_dir }}/ssl_dist.conf
|
|
|
|
|
+
|
|
|
## Sets the net_kernel tick time. TickTime is specified in seconds.
|
|
## Sets the net_kernel tick time. TickTime is specified in seconds.
|
|
|
## Notice that all communicating nodes are to have the same TickTime
|
|
## Notice that all communicating nodes are to have the same TickTime
|
|
|
## value specified.
|
|
## value specified.
|
|
@@ -706,7 +714,7 @@ listener.tcp.external.send_timeout_close = on
|
|
|
## Sets the 'buffer = max(sndbuf, recbuf)' if this option is enabled.
|
|
## Sets the 'buffer = max(sndbuf, recbuf)' if this option is enabled.
|
|
|
##
|
|
##
|
|
|
## Value: on | off
|
|
## Value: on | off
|
|
|
-listener.tcp.external.tune_buffer = on
|
|
|
|
|
|
|
+## listener.tcp.external.tune_buffer = off
|
|
|
|
|
|
|
|
## The TCP_NODELAY flag for MQTT connections. Small amounts of data are
|
|
## The TCP_NODELAY flag for MQTT connections. Small amounts of data are
|
|
|
## sent immediately if the option is enabled.
|
|
## sent immediately if the option is enabled.
|
|
@@ -785,28 +793,28 @@ listener.tcp.external.send_timeout_close = on
|
|
|
## See: listener.tcp.<name>.recbuf
|
|
## See: listener.tcp.<name>.recbuf
|
|
|
##
|
|
##
|
|
|
## Value: Bytes
|
|
## Value: Bytes
|
|
|
-listener.tcp.internal.recbuf = 16KB
|
|
|
|
|
|
|
+## listener.tcp.internal.recbuf = 16KB
|
|
|
|
|
|
|
|
## The TCP send buffer(os kernel) for internal MQTT connections.
|
|
## The TCP send buffer(os kernel) for internal MQTT connections.
|
|
|
##
|
|
##
|
|
|
## See: http://erlang.org/doc/man/inet.html
|
|
## See: http://erlang.org/doc/man/inet.html
|
|
|
##
|
|
##
|
|
|
## Value: Bytes
|
|
## Value: Bytes
|
|
|
-listener.tcp.internal.sndbuf = 16KB
|
|
|
|
|
|
|
+## listener.tcp.internal.sndbuf = 16KB
|
|
|
|
|
|
|
|
## The size of the user-level software buffer used by the driver.
|
|
## The size of the user-level software buffer used by the driver.
|
|
|
##
|
|
##
|
|
|
## See: listener.tcp.<name>.buffer
|
|
## See: listener.tcp.<name>.buffer
|
|
|
##
|
|
##
|
|
|
## Value: Bytes
|
|
## Value: Bytes
|
|
|
-listener.tcp.internal.buffer = 16KB
|
|
|
|
|
|
|
+## listener.tcp.internal.buffer = 16KB
|
|
|
|
|
|
|
|
## Sets the 'buffer = max(sndbuf, recbuf)' if this option is enabled.
|
|
## Sets the 'buffer = max(sndbuf, recbuf)' if this option is enabled.
|
|
|
##
|
|
##
|
|
|
## See: listener.tcp.<name>.tune_buffer
|
|
## See: listener.tcp.<name>.tune_buffer
|
|
|
##
|
|
##
|
|
|
## Value: on | off
|
|
## Value: on | off
|
|
|
-listener.tcp.internal.tune_buffer = on
|
|
|
|
|
|
|
+## listener.tcp.internal.tune_buffer = off
|
|
|
|
|
|
|
|
## The TCP_NODELAY flag for internal MQTT connections.
|
|
## The TCP_NODELAY flag for internal MQTT connections.
|
|
|
##
|
|
##
|
|
@@ -1040,7 +1048,7 @@ listener.ssl.external.certfile = {{ platform_etc_dir }}/certs/cert.pem
|
|
|
## See: listener.tcp.<name>.tune_buffer
|
|
## See: listener.tcp.<name>.tune_buffer
|
|
|
##
|
|
##
|
|
|
## Value: on | off
|
|
## Value: on | off
|
|
|
-## listener.ssl.external.tune_buffer = on
|
|
|
|
|
|
|
+## listener.ssl.external.tune_buffer = off
|
|
|
|
|
|
|
|
## The TCP_NODELAY flag for SSL connections.
|
|
## The TCP_NODELAY flag for SSL connections.
|
|
|
##
|
|
##
|
|
@@ -1168,7 +1176,7 @@ listener.ws.external.send_timeout_close = on
|
|
|
## See: listener.tcp.<name>.tune_buffer
|
|
## See: listener.tcp.<name>.tune_buffer
|
|
|
##
|
|
##
|
|
|
## Value: on | off
|
|
## Value: on | off
|
|
|
-listener.ws.external.tune_buffer = on
|
|
|
|
|
|
|
+## listener.ws.external.tune_buffer = off
|
|
|
|
|
|
|
|
## The TCP_NODELAY flag for external MQTT/WebSocket connections.
|
|
## The TCP_NODELAY flag for external MQTT/WebSocket connections.
|
|
|
##
|
|
##
|