Skip to content

Expose and rename stream timeout config.

Nick Mathewson requested to merge nickm/arti:ticket_281 into main

Previously we kept this in an ambiguously named type, ClientTimeoutConfig. But everything we do right now is client related! So StreamTimeoutConfig is a better name.

Also, we'd previously neglected to expose the builder for this type from TorClientConfigBuilder. Now we do.

Closes #281 (closed).

Merge request reports