diff options
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 22a794316..64b24f9f7 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -260,9 +260,22 @@ Implemented'' if this function is used. When possible use a recursive resolver instead of a stub resolver. @item --resolver-timeout @var{n} +@opindex resolver-timeout Set the timeout for the DNS resolver to N seconds. The default are 30 seconds. +@item --connect-timeout @var{n} +@item --connect-quick-timeout @var{n} +@opindex connect-timeout +@opindex connect-quick-timeout +Set the timeout for HTTP and generic TCP connection attempts to N +seconds. The value set with the quick variant is used when the +--quick option has been given to certain Assuan commands. The quick +value is capped at the value of the regular connect timeout. The +default values are 15 and 2 seconds. Note that the timeout values are +for each connection attempt; the connection code will attempt to +connect all addresses listed for a server. + @item --allow-version-check @opindex allow-version-check Allow Dirmngr to connect to @code{https://versions.gnupg.org} to get |