From 4eba49e5e44239553f09cc067f0b848cd8dbbf5e Mon Sep 17 00:00:00 2001 From: Marco Miller Date: Wed, 6 Apr 2016 08:23:01 -0400 Subject: [PATCH] Add mention of MINA as alternate sshd.backend option beside NIO2 in doc The default value for that option was changed to NIO2 in I48c69dd3, but MINA was not mentioned back as the alternative. Change-Id: I2ef3a6278d56cea10f0a277980500c6688617f6d --- Documentation/config-gerrit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt index 6ca9bdc786..59830cc84e 100644 --- a/Documentation/config-gerrit.txt +++ b/Documentation/config-gerrit.txt @@ -3488,7 +3488,7 @@ By default, `false`. + 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`. +to `NIO2`. Otherwise, this option must be set to `MINA`. + By default, `NIO2`.