aboutsummaryrefslogtreecommitdiff
path: root/tests/shadow/conf/tor.common.torrc
Commit message (Collapse)AuthorAgeFilesLines
* integration-shadow: remove torrc parameter tuningJim Newsome2026-04-081-5/+17
| | | | | | | | | | | | | | | | | These were originally blindly copied over from shadow's own integration test. The relatively low BandwidthRate and BandwidthBurst rates in particular could cause overload in heavily-used relays given the amount of traffic we're trying to push through the network simultaneously from different clients. I'm not aware of a specific problem the other parameters might cause, but it seems better not to have them without some concrete reason. Motivated while debugging arti#2399; we hypothesize that the bandwidth limits + bad luck of many circuits trying to use one relay at once could be a contributing factor.
* add vanila bridge to shadow simtrinity-1686a2022-11-301-1/+1
|
* Create a shadow-based integration testJim Newsome2022-10-051-0/+26
Fixes https://gitlab.torproject.org/tpo/core/arti/-/issues/174