diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-11-26 16:33:11 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-11-26 16:33:11 +0300 |
| commit | 1005f77eb97ac60c1bf410b912321f9a39bd488a (patch) | |
| tree | e3c36162da3f10d59b0d60504d1f35a869ff7cd0 | |
| parent | 63359c888d18f0b102600fb45125d1b243e65042 (diff) | |
| parent | 150186c5ef769b4ad1beddb068fc23cd9885ef67 (diff) | |
| download | rabbitmq-server-git-1005f77eb97ac60c1bf410b912321f9a39bd488a.tar.gz | |
Merge pull request #454 from rabbitmq/rabbitmq-server-453
Cleanup TCP options in example config file
| -rw-r--r-- | docs/rabbitmq.config.example | 10 |
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}]} ]}, |
