GUACAMOLE-513: Update default WoL boot wait time to 0.

This commit is contained in:
Nick Couchman 2020-06-17 15:21:14 -04:00
parent e51c269a51
commit db4b155c51
5 changed files with 9 additions and 5 deletions

View File

@ -24,7 +24,7 @@
* The default number of seconds to wait after sending the Wake-on-LAN packet
* for the destination host to start responding.
*/
#define GUAC_WOL_DEFAULT_BOOT_WAIT_TIME 60
#define GUAC_WOL_DEFAULT_BOOT_WAIT_TIME 0
#endif /* GUAC_COMMON_DEFAULTS_H */

View File

@ -612,7 +612,8 @@ enum RDP_ARGS_IDX {
* The amount of time, in seconds, to wait after sending the WoL packet
* before attempting to connect to the host. This should be a reasonable
* amount of time to allow the remote host to fully boot and respond to
* network connection requests. The default amount of time is 60 seconds.
* network connection requests. The default is not to wait at all
* (0 seconds).
*/
IDX_WOL_WAIT_TIME,

View File

@ -318,7 +318,8 @@ enum SSH_ARGS_IDX {
/**
* The amount of time to wait after sending the magic WoL packet prior to
* continuing the connection attempt.
* continuing the connection attempt. The default is no wait time
* (0 seconds).
*/
IDX_WOL_WAIT_TIME,

View File

@ -259,7 +259,8 @@ enum TELNET_ARGS_IDX {
/**
* The amount of time, in seconds, to wait after the magic WoL packet is
* sent before continuing the connection attempt.
* sent before continuing the connection attempt. The default is not to
* wait at all (0 seconds).
*/
IDX_WOL_WAIT_TIME,

View File

@ -361,7 +361,8 @@ enum VNC_ARGS_IDX {
/**
* The number of seconds to wait after sending the magic WoL packet before
* attempting to connect to the remote host.
* attempting to connect to the remote host. The default is not to wait
* at all (0 seconds).
*/
IDX_WOL_WAIT_TIME,