GUACAMOLE-203: Update comment for keep alive interval.

This commit is contained in:
Nick Couchman 2017-05-31 19:36:20 -04:00 committed by Nick Couchman
parent f693b02e12
commit 1e3d82cc63

View File

@ -168,7 +168,8 @@ enum SSH_ARGS_IDX {
/** /**
* Number of seconds between sending alive packets. A default of 0 * 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, IDX_SERVER_ALIVE_INTERVAL,