Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Arti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Arti
Commits
575792b5
Commit
575792b5
authored
3 years ago
by
trinity-1686a
Browse files
Options
Downloads
Patches
Plain Diff
replace TODOs with documentation
parent
8a2b8eb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!377
new api for isolation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
crates/arti-client/src/client.rs
+1
-2
1 addition, 2 deletions
crates/arti-client/src/client.rs
crates/tor-circmgr/src/lib.rs
+1
-1
1 addition, 1 deletion
crates/tor-circmgr/src/lib.rs
with
2 additions
and
3 deletions
crates/arti-client/src/client.rs
+
1
−
2
View file @
575792b5
...
...
@@ -121,8 +121,7 @@ enum StreamIsolationPreference {
/// No additional isolation
#[educe(Default)]
None
,
/// Id of the isolation group the connection should be part of
/// TODO
/// Isolation parameter to use for connections
Explicit
(
Box
<
dyn
Isolation
>
),
/// Isolate every connection!
EveryStream
,
...
...
This diff is collapsed.
Click to expand it.
crates/tor-circmgr/src/lib.rs
+
1
−
1
View file @
575792b5
...
...
@@ -72,7 +72,7 @@ mod usage;
pub
use
err
::
Error
;
pub
use
usage
::{
IsolationToken
,
StreamIsolation
,
StreamIsolationBuilder
,
TargetPort
,
TargetPorts
};
/// T
ODO
/// T
ypes related to stream isolation
pub
mod
isolation
{
pub
use
crate
::
usage
::{
Isolation
,
IsolationHelper
,
IsolationToken
};
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment