Преглед на файлове

r19140@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.


svn:r14246

Nick Mathewson преди 17 години
родител
ревизия
006530f037
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -1635,7 +1635,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
   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"