[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14248: Backport: Note in our router descriptors that we actually su (in tor/branches/tor-0_2_0-patches: . src/or)
Author: nickm
Date: 2008-03-30 14:15:01 -0400 (Sun, 30 Mar 2008)
New Revision: 14248
Modified:
tor/branches/tor-0_2_0-patches/
tor/branches/tor-0_2_0-patches/src/or/router.c
Log:
r19141@catbus: nickm | 2008-03-30 14:13:52 -0400
Backport: Note in our router descriptors that we actually support link protocol version 2, now that it seems to work.
Property changes on: tor/branches/tor-0_2_0-patches
___________________________________________________________________
svk:merge ticket from /tor/020 [r19141] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/branches/tor-0_2_0-patches/src/or/router.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/router.c 2008-03-30 18:14:58 UTC (rev 14247)
+++ tor/branches/tor-0_2_0-patches/src/or/router.c 2008-03-30 18:15:01 UTC (rev 14248)
@@ -1635,7 +1635,7 @@
result = tor_snprintf(s, maxlen,
"router %s %s %d 0 %d\n"
"platform %s\n"
- "opt protocols Link 1 Circuit 1\n"
+ "opt protocols Link 1 2 Circuit 1\n"
"published %s\n"
"opt fingerprint %s\n"
"uptime %ld\n"