[or-cvs] r14246: Note in our router descriptors that we actually support link (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Sun Mar 30 18:14:55 UTC 2008


Author: nickm
Date: 2008-03-30 14:14:55 -0400 (Sun, 30 Mar 2008)
New Revision: 14246

Modified:
   tor/trunk/
   tor/trunk/src/or/router.c
Log:
 r19140 at catbus:  nickm | 2008-03-30 14:13:36 -0400
 Note in our router descriptors that we actually support link protocol version 2, now that it seems to work.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r19140] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/router.c
===================================================================
--- tor/trunk/src/or/router.c	2008-03-30 15:59:32 UTC (rev 14245)
+++ tor/trunk/src/or/router.c	2008-03-30 18:14:55 UTC (rev 14246)
@@ -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"



More information about the tor-commits mailing list