mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
g3proxy: add new config options available in c-ares 1.22
This commit is contained in:
parent
acfb94e3f5
commit
60c85cba2a
8 changed files with 58 additions and 17 deletions
|
|
@ -43,6 +43,20 @@ The number of tries the resolver will try contacting each name server before giv
|
|||
|
||||
.. versionchanged:: 1.7.27 change default value from 2 to 3 to match default values set in c-ares 1.20.1
|
||||
|
||||
max_timeout
|
||||
-----------
|
||||
|
||||
**optional**, **type**: int, **unit**: ms
|
||||
|
||||
The upper bound for timeout between sequential retry attempts. When retrying queries, the timeout is increased
|
||||
from the requested timeout parameter, this caps the value.
|
||||
|
||||
**notes**: This requires at least c-ares 1.22.
|
||||
|
||||
**default**: 0, which is not explicitly set
|
||||
|
||||
.. versionadded:: 1.7.30
|
||||
|
||||
udp_max_quires
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue