From 6bfeb607b8823f2a624faf947849020363995c21 Mon Sep 17 00:00:00 2001 From: Matt Brittan Date: Fri, 8 Oct 2021 11:13:47 +1300 Subject: [PATCH] Minor README tweaks --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 500ed47..bb1060b 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ interfaces only (meaning it will only accept connections made from the computer * `max_queued_messages` / `max_queued_bytes` - These impose limits on the number/size of queued messages. The defaults may lead to messages being silently dropped. * `persistence` - Defaults to false (messages will not survive a broker restart) -* `max_keepalive` - defaults to 65535 and, from version 2.0.12 `SetKeepAlive(0)` will result in a rejected connection +* `max_keepalive` - defaults to 65535 and, from version 2.0.12, `SetKeepAlive(0)` will result in a rejected connection by default. Reporting bugs @@ -174,8 +174,7 @@ Contributing We welcome pull requests but before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Contributor Agreement (ECA) and sign off on the Eclipse Foundation Certificate of Origin. -(your question will be seen by more people, and you are -likely to receive an answer more quickly).* + More information is available in the [Eclipse Development Resources](http://wiki.eclipse.org/Development_Resources/Contributing_via_Git); please take special note of the requirement that the commit record contain a "Signed-off-by" entry.