diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-01-17 01:16:12 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-01-17 01:16:12 +0000 |
| commit | aee2983d79bde3725ebdaf5e71e9f1dee4115d52 (patch) | |
| tree | 7552d12081d8a50492b1674690091ec675a7e328 /ebin | |
| parent | 1b6d50a604cd527475f905cc696bbc9adb7d4d41 (diff) | |
| parent | 53d21a228bff099407b32c4dd211797e33c885d5 (diff) | |
| download | rabbitmq-server-git-aee2983d79bde3725ebdaf5e71e9f1dee4115d52.tar.gz | |
merge bug 24265 into default (Somehow support DNs in rabbitmq_auth_mechanism_ssl)
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 5ead105145..9301af6bdc 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -42,5 +42,6 @@ {reuseaddr, true}, {backlog, 128}, {nodelay, true}, + {linger, {true, 0}}, {exit_on_close, false}]} ]}]}. |
