summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr/map
Commit message (Expand)AuthorAgeFilesLines
* fix nightly lintstrinity-1686a2022-08-241-1/+1
* channel padding: Move initial config of ChannelPaddingInstructionsIan Jackson2022-08-171-1/+1
* channel usage: Rename CU::UserTraffic from CU::ExitIan Jackson2022-08-171-4/+4
* tor-chanmgr tests: Fix a minimal-versions failure (actually)Ian Jackson2022-08-171-1/+1
* tor-chanmgr tests: Fix a minimal-versions failureIan Jackson2022-08-171-2/+2
* channel padding: Correctly always send the timer parametersIan Jackson2022-08-171-5/+5
* Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-171-1/+1
* Channel: Make mutable() and engage_padding_activities infallibleIan Jackson2022-08-171-1/+1
* Move ChannelUsage from tor_proto to tor_chanmgrIan Jackson2022-08-171-2/+3
* chanmgr padding_parameters: Use OptionIan Jackson2022-08-171-9/+11
* chanmgr: Get rid of final Result relating to netdir/netparamsIan Jackson2022-08-171-1/+1
* chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>Ian Jackson2022-08-171-27/+29
* channel padding: Rename low_ms and high_msIan Jackson2022-08-171-4/+4
* channel padding: Test through most of the layersIan Jackson2022-08-171-0/+360