You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/06/25 19:02:19 UTC

[05/21] incubator-guacamole-server git commit: GUACAMOLE-203: Update comment for keep alive interval.

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 <vn...@apache.org>
Authored: Wed May 31 19:36:20 2017 -0400
Committer: Nick Couchman <ni...@yahoo.com>
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,