From 1e3d82cc63c6764cdd19d7c51978188021d9391b Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Wed, 31 May 2017 19:36:20 -0400 Subject: [PATCH] GUACAMOLE-203: Update comment for keep alive interval. --- src/protocols/ssh/settings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/protocols/ssh/settings.c b/src/protocols/ssh/settings.c index 91ec9e66..8843923b 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,