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
This commit is contained in:
Marco Miller
2016-04-06 08:23:01 -04:00
parent 78fb87158d
commit 4eba49e5e4

View File

@@ -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`.