diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2018-02-05 21:36:24 +0100 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2018-02-05 21:36:24 +0100 |
| commit | 46cf04ba7ee1c4b3f9cdcbebb889de557c248882 (patch) | |
| tree | c56e34cd5d94027a19a0feb8105cb9c8d37952ae /docs | |
| parent | 15a7641efc54989cf258587481b8cbf91543c490 (diff) | |
| download | rabbitmq-server-git-46cf04ba7ee1c4b3f9cdcbebb889de557c248882.tar.gz | |
rabbitmq.conf.example: add more tcp_listen_options examples
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 1f956cb4c0..1da9fa77ec 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -240,6 +240,13 @@ # tcp_listen_options.backlog = 128 # tcp_listen_options.nodelay = true # tcp_listen_options.exit_on_close = false +# +# tcp_listen_options.keepalive = true +# tcp_listen_options.send_timeout = 15000 +# +# tcp_listen_options.buffer = 196608 +# tcp_listen_options.sndbuf = 196608 +# tcp_listen_options.recbuf = 196608 ## ## Resource Limits & Flow Control |
