diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-30 18:14:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-30 18:14:55 +0000 |
commit | 006530f037d5fdd37301a6e4233ae83c8c86d76e (patch) | |
tree | 7dc31082e1939d1dd414cf744615f4be59cbf6bb /src/or/router.c | |
parent | 72ca7e5d88ab083d3cb04ab6f965bb7e655f28c2 (diff) | |
download | tor-006530f037d5fdd37301a6e4233ae83c8c86d76e.tar.gz tor-006530f037d5fdd37301a6e4233ae83c8c86d76e.zip |
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
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |