GUACAMOLE-203: Update comment for keep alive interval.
This commit is contained in:
parent
f693b02e12
commit
1e3d82cc63
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user