Skip to content

Commit

Permalink
Doc: Clarify sshd.backend description
Browse files Browse the repository at this point in the history
NIO2 is the default. MINA is an alternative.

Change-Id: Ia368edb546c05d304ae0d8b460af47089a5d5e92
  • Loading branch information
orgads committed Sep 19, 2019
1 parent d9ade19 commit b7bb735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/config-gerrit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit b7bb735

Please sign in to comment.