Skip to content
Snippets Groups Projects
Commit 44aac630 authored by Andrea Shepard's avatar Andrea Shepard Committed by Nick Mathewson
Browse files

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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment