GUACAMOLE-203: Update comment for keep alive interval.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/1e3d82cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/1e3d82cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/1e3d82cc Branch: refs/heads/master Commit: 1e3d82cc63c6764cdd19d7c51978188021d9391b Parents: f693b02 Author: Nick Couchman <[email protected]> Authored: Wed May 31 19:36:20 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Wed May 31 21:03:04 2017 -0400 ---------------------------------------------------------------------- src/protocols/ssh/settings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/1e3d82cc/src/protocols/ssh/settings.c ---------------------------------------------------------------------- diff --git a/src/protocols/ssh/settings.c b/src/protocols/ssh/settings.c index 91ec9e6..8843923 100644 --- a/src/protocols/ssh/settings.c +++ b/src/protocols/ssh/settings.c @@ -168,7 +168,8 @@ enum SSH_ARGS_IDX { /** * Number of seconds between sending alive packets. A default of 0 - * tells SSH not to send these packets. + * tells SSH not to send these packets. A value of 1 is automatically + * changed by libssh2 to 2 to avoid busy-loop corner cases. */ IDX_SERVER_ALIVE_INTERVAL,
