summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tcp_listener.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tcp_listener.erl b/src/tcp_listener.erl
index ce0b38b35c..dcb607ccdd 100644
--- a/src/tcp_listener.erl
+++ b/src/tcp_listener.erl
@@ -21,10 +21,11 @@
%% or two listeners, plain TCP and (optionally) TLS, but there can
%% be more, e.g. when multiple network interfaces are involved.
%%
-%% A listener has 5 properties (is a tuple of 5):
+%% A listener has 6 properties (is a tuple of 6):
%%
%% * IP address
%% * Port
+%% * Node
%% * Label (human-friendly name, e.g. AMQP 0-9-1)
%% * Startup callback
%% * Shutdown callback