GUACAMOLE-513: Update default WoL boot wait time to 0.
This commit is contained in:
parent
e51c269a51
commit
db4b155c51
@ -24,7 +24,7 @@
|
|||||||
* The default number of seconds to wait after sending the Wake-on-LAN packet
|
* The default number of seconds to wait after sending the Wake-on-LAN packet
|
||||||
* for the destination host to start responding.
|
* 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 */
|
#endif /* GUAC_COMMON_DEFAULTS_H */
|
||||||
|
@ -612,7 +612,8 @@ enum RDP_ARGS_IDX {
|
|||||||
* The amount of time, in seconds, to wait after sending the WoL packet
|
* 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
|
* 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
|
* 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,
|
IDX_WOL_WAIT_TIME,
|
||||||
|
|
||||||
|
@ -318,7 +318,8 @@ enum SSH_ARGS_IDX {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The amount of time to wait after sending the magic WoL packet prior to
|
* 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,
|
IDX_WOL_WAIT_TIME,
|
||||||
|
|
||||||
|
@ -259,7 +259,8 @@ enum TELNET_ARGS_IDX {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The amount of time, in seconds, to wait after the magic WoL packet is
|
* 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,
|
IDX_WOL_WAIT_TIME,
|
||||||
|
|
||||||
|
@ -361,7 +361,8 @@ enum VNC_ARGS_IDX {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The number of seconds to wait after sending the magic WoL packet before
|
* 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,
|
IDX_WOL_WAIT_TIME,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user