From 006530f037d5fdd37301a6e4233ae83c8c86d76e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 30 Mar 2008 18:14:55 +0000 Subject: 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 --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/router.c') diff --git a/src/or/router.c b/src/or/router.c index 271dc7f549..91518141cf 100644 --- a/src/or/router.c +++ b/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" -- cgit v1.2.3-54-g00ecf