mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:35:06 -05:00
client: don't shorten default timeout with ASYNCDNS
With connected sockets recv() should fail immediately if chronyd is not listening on localhost and with the Unix socket connecting should fail.
This commit is contained in:
@@ -4526,9 +4526,7 @@ in milliseconds. If no response is received from @code{chronyd}, the timeout is
|
||||
doubled and the request is resent. The maximum number of retries is configured
|
||||
with the @code{retries} command (@pxref{retries command}).
|
||||
|
||||
By default, the timeout is 1000 milliseconds or 100 milliseconds if
|
||||
@code{chronyc} is contacting localhost (i.e. the `-h' option wasn't specified)
|
||||
and @code{chronyd} was compiled with asynchronous name resolving.
|
||||
By default, the timeout is 1000 milliseconds.
|
||||
@c }}}
|
||||
@c {{{ tracking
|
||||
@node tracking command
|
||||
|
||||
Reference in New Issue
Block a user