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.


svn:r14248
This commit is contained in:
Nick Mathewson 2008-03-30 18:15:01 +00:00
parent 4128104807
commit f219ebed3e
1 changed files with 1 additions and 1 deletions

View File

@ -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"