summaryrefslogtreecommitdiff
path: root/tor-netdir/src/testnet.rs
Commit message (Collapse)AuthorAgeFilesLines
* Tests for circmgr::usageNick Mathewson2021-06-161-2/+14
|
* Expose the "construct_network()" function in tor-netdir.Nick Mathewson2021-06-161-0/+131
This function has been used for testing tor-netdir, but it will also be useful for testing path selection in tor-cirmgr as well. I've put it behind a "testing" feature, since it shouldn't really be used by most applications.