Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
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
Tor
Commits
fe5ecaa2
Unverified
Commit
fe5ecaa2
authored
5 years ago
by
teor
Browse files
Options
Downloads
Plain Diff
Merge branch 'maint-0.4.3'
parents
78b2984a
259fad58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changes/ticket33623
+2
-0
2 additions, 0 deletions
changes/ticket33623
doc/tor.1.txt
+1
-1
1 addition, 1 deletion
doc/tor.1.txt
src/core/or/sendme.h
+1
-1
1 addition, 1 deletion
src/core/or/sendme.h
with
4 additions
and
2 deletions
changes/ticket33623
0 → 100644
+
2
−
0
View file @
fe5ecaa2
o Minor feature (sendme, flow control):
- Default on sending SENDME version 1 cells. Closes ticket 33623.
This diff is collapsed.
Click to expand it.
doc/tor.1.txt
+
1
−
1
View file @
fe5ecaa2
...
...
@@ -2656,7 +2656,7 @@ types of statistics that Tor relays collect and publish:
its extra-info documents that it uploads to the directory authorities.
Disabling this option also removes bandwidth usage statistics, and
GeoIPFile and GeoIPv6File hashes from the extra-info file. Bridge
ServerTransportPlugin lines are always include
s
in the extra-info file,
ServerTransportPlugin lines are always include
d
in the extra-info file,
because they are required by BridgeDB.
(Default: 1)
...
...
This diff is collapsed.
Click to expand it.
src/core/or/sendme.h
+
1
−
1
View file @
fe5ecaa2
...
...
@@ -48,7 +48,7 @@ void sendme_record_sending_cell_digest(circuit_t *circ, crypt_path_t *cpath);
#define SENDME_MAX_SUPPORTED_VERSION 1
/* The cell version constants for when emitting a cell. */
#define SENDME_EMIT_MIN_VERSION_DEFAULT
0
#define SENDME_EMIT_MIN_VERSION_DEFAULT
1
#define SENDME_EMIT_MIN_VERSION_MIN 0
#define SENDME_EMIT_MIN_VERSION_MAX UINT8_MAX
...
...
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