summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-09-19 10:26:19 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-09-19 10:29:13 +0300
commitb7bb7354f9b8529a3befe74b977c9411f7428ef7 (patch)
tree9293f5b201c76f0ac2f5de7b41b6a2749ca4f861
parentd9ade193ce4fb76c9942933eacf8fa6f67f15069 (diff)
Doc: Clarify sshd.backend description
NIO2 is the default. MINA is an alternative. Change-Id: Ia368edb546c05d304ae0d8b460af47089a5d5e92
-rw-r--r--Documentation/config-gerrit.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 6e95d7cbd9..3d7b084932 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -4048,8 +4048,8 @@ By default, `false`.
[[sshd.backend]]sshd.backend::
+
Starting from version 0.9.0 Apache SSHD project added support for NIO2
-IoSession. To use the new NIO2 session the `backend` option must be set
-to `NIO2`. Otherwise, this option must be set to `MINA`.
+IoSession. To use the old MINA session the `backend` option must be set
+to `MINA`.
+
By default, `NIO2`.