summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLoïc Hoguin <essen@ninenines.eu>2015-11-26 14:01:02 +0100
committerLoïc Hoguin <essen@ninenines.eu>2015-11-26 14:01:02 +0100
commit150186c5ef769b4ad1beddb068fc23cd9885ef67 (patch)
treee3c36162da3f10d59b0d60504d1f35a869ff7cd0 /docs
parent63359c888d18f0b102600fb45125d1b243e65042 (diff)
downloadrabbitmq-server-git-150186c5ef769b4ad1beddb068fc23cd9885ef67.tar.gz
Cleanup TCP options in example config file
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index ef9b247f03..13cac251e6 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -176,10 +176,7 @@
%% See (http://www.erlang.org/doc/man/inet.html#setopts-2) for
%% further documentation.
%%
- %% {tcp_listen_options, [binary,
- %% {packet, raw},
- %% {reuseaddr, true},
- %% {backlog, 128},
+ %% {tcp_listen_options, [{backlog, 128},
%% {nodelay, true},
%% {exit_on_close, false}]},
@@ -486,10 +483,7 @@
%% TCP/Socket options (as per the broker configuration).
%%
- %% {tcp_listen_options, [binary,
- %% {packet, raw},
- %% {reuseaddr, true},
- %% {backlog, 128},
+ %% {tcp_listen_options, [{backlog, 128},
%% {nodelay, true}]}
]},