arti/crates/arti-config
Nick Mathewson 432bb5ce62 Use a lower default for max_retries.
The older default seems (experimentally) to be ridiculously high.
Generally, if we can't build a circuit within a handful attempts,
that circuit has already timed out... unless there is a fast-failure
condition, in which case we're just hammering the network (or our
view of it.)

Found with `arti-testing` for #329.
2022-03-30 14:22:28 -04:00
..
src Use a lower default for max_retries. 2022-03-30 14:22:28 -04:00
Cargo.toml derive_builder: Switch to upstream 0.11 2022-03-16 16:34:44 +00:00
README.md Update README.md files from rustdoc. 2022-03-01 08:30:53 -05:00

README.md

arti-config

arti-config: Tools for configuration management in Arti

Overview

This crate is part of Arti, a project to implement Tor in Rust.

It provides a client configuration tool using using serde and config, plus extra features defined here for convenience.

⚠ Stability Warning ⚠

The design of this crate, and of the configuration system for Arti, is likely to change significantly before the release of Arti 1.0.0. For more information see ticket #285.

License: MIT OR Apache-2.0