Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor Specifications
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor Specifications
Commits
44aac630
Commit
44aac630
authored
May 17, 2015
by
Andrea Shepard
Committed by
Nick Mathewson
May 18, 2015
Browse files
Options
Downloads
Patches
Plain Diff
Add NETWORK_LIVENESS event type and network-liveness GETINFO key
parent
17f3fe08
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
control-spec.txt
+14
-0
14 additions, 0 deletions
control-spec.txt
with
14 additions
and
0 deletions
control-spec.txt
+
14
−
0
View file @
44aac630
...
...
@@ -854,6 +854,10 @@
HSAddress
[New in Tor 0.2.7.1-alpha.]
"network-liveness"
The string "up" or "down", indicating whether we currently believe the
network is reachable.
Examples:
C: GETINFO version desc/name/moria1
S: 250+desc/name/moria=
...
...
@@ -2782,6 +2786,16 @@
[HS_DESC_CONTENT was added in Tor 0.2.7.1-alpha]
4.1.27. Network liveness has changed
Syntax:
"650" SP "NETWORK_LIVENESS" SP Status ... CRLF
Status = "UP" | "DOWN"
The Status values are:
"UP" -- The network now seems to be reachable.
"DOWN" -- The network now seems to be unreachable.
5. Implementation notes
5.1. Authentication
...
...
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