ChanMgr: downgrade and remove a few TODO-ptclient comments

renamings are now #623.  Code movement can happen later.
This commit is contained in:
Nick Mathewson 2022-11-08 08:27:19 -05:00
parent d448809e49
commit c99976fabc
2 changed files with 1 additions and 5 deletions

View File

@ -13,8 +13,6 @@ use super::ChannelFactory;
/// It can be used itself as a `ChannelFactory`, to open connections to a given
/// channel target depending on its configured [`TransportId`].
//
// TODO pt-client: Rename to ChannelFactoryRegistry?
//
// TODO pt-client: Turn this into a concrete type?
pub trait TransportRegistry {
/// Return a ChannelFactory that can make connections via a chosen

View File

@ -29,9 +29,7 @@ pub use proxied::ProxyError;
/// [`ChannelFactory`](crate::factory::ChannelFactory), wrap it in a
/// `ChanBuilder`.
//
// TODO pt-client: rename this to Transport? TransportConnector?
//
// TODO pt-client: Maybe move this to a separate crate so that tor-ptmgr can be
// TODO: Maybe move this to a separate crate so that tor-ptmgr can be
// used without having to depend on chanmgr.
#[async_trait]
pub trait TransportHelper {