summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2015-12-11 01:20:23 +0300
committerMichael Klishin <michael@clojurewerkz.org>2015-12-11 01:20:23 +0300
commit01e3ee01a133c42882ad3916932f34d9fa1f3ca2 (patch)
treeeacb665c13e4aa46633a645314891e7567737309 /src
parenta10485a81a1a6fb598b3f691081497f94f4fca4e (diff)
downloadrabbitmq-server-git-01e3ee01a133c42882ad3916932f34d9fa1f3ca2.tar.gz
Be more precise
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