diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-06 20:32:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-06 20:32:21 -0500 |
commit | 4e15c2cb7d905bd981aaae45aa2f186424b33040 (patch) | |
tree | de4f60a98aaac05cc0a3dff9ff4eb6b9e30107cb /src/or/protover.c | |
parent | 0b787b1daf68a7da44a5465e4b7afca417761449 (diff) | |
parent | f6a3d213e4ace95bbe0361878705d9a889f92974 (diff) | |
download | tor-4e15c2cb7d905bd981aaae45aa2f186424b33040.tar.gz tor-4e15c2cb7d905bd981aaae45aa2f186424b33040.zip |
Merge branch 'maint-0.2.9'
Diffstat (limited to 'src/or/protover.c')
-rw-r--r-- | src/or/protover.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/protover.c b/src/or/protover.c index 335be29e61..6c2da165f7 100644 --- a/src/or/protover.c +++ b/src/or/protover.c @@ -12,7 +12,8 @@ * on the supported protocol versions for each relay, and also vote on the * which protocols you should have to support in order to be on the Tor * network. All Tor instances use these required/recommended protocol versions - * to + * to tell what level of support for recent protocols each relay has, and + * to decide whether they should be running given their current protocols. * * The main advantage of these protocol versions numbers over using Tor * version numbers is that they allow different implementations of the Tor |