diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-14 22:00:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-14 22:00:58 +0000 |
commit | 9482b1b9d5aa892aad997799be7dadbc94856371 (patch) | |
tree | 7500447df1338485d9c983f5120c69de3849393e /src/or/relay.c | |
parent | 7e6a41af93c15173f0e3fbd83a6bd95865c3a289 (diff) | |
download | tor-9482b1b9d5aa892aad997799be7dadbc94856371.tar.gz tor-9482b1b9d5aa892aad997799be7dadbc94856371.zip |
Choose directory servers from routerstatus list, not from routerinfo list. This way, as soon was we have a networkstatus, we can ask a cache to give us routers, rather than needing to ask the directories.
svn:r5586
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 529c149715..028261078f 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -3,7 +3,8 @@ * Copyright 2004-2005 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ -const char relay_c_id[] = "$Id$"; +const char relay_c_id[] = + "$Id$"; /** * \file relay.c |