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
4b3c15d4
Commit
4b3c15d4
authored
4 weeks ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Add protover for prop321 (happy families) support
parent
62820c22
No related branches found
Branches containing commit
No related tags found
1 merge request
!857
Implement proposal 321 (happy families)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/or/protover.c
+2
-2
2 additions, 2 deletions
src/core/or/protover.c
with
2 additions
and
2 deletions
src/core/or/protover.c
+
2
−
2
View file @
4b3c15d4
...
@@ -386,10 +386,10 @@ protocol_list_supports_protocol_or_later(const char *list,
...
@@ -386,10 +386,10 @@ protocol_list_supports_protocol_or_later(const char *list,
/*
/*
* XXX START OF HAZARDOUS ZONE XXX
* XXX START OF HAZARDOUS ZONE XXX
*/
*/
/* All protocol version that this
relay
version supports. */
/* All protocol version that this version
of tor
supports. */
#define PR_CONFLUX_V "1"
#define PR_CONFLUX_V "1"
#define PR_CONS_V "1-2"
#define PR_CONS_V "1-2"
#define PR_DESC_V "1-
3
"
#define PR_DESC_V "1-
4
"
#define PR_DIRCACHE_V "2"
#define PR_DIRCACHE_V "2"
#define PR_FLOWCTRL_V "1-2"
#define PR_FLOWCTRL_V "1-2"
#define PR_HSDIR_V "2"
#define PR_HSDIR_V "2"
...
...
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