stop wasting cpu time on authdirservers
commit7506cce649aea2723a582f2e07c26a58c04b309c
authorRoger Dingledine <arma@torproject.org>
Sun, 8 Aug 2004 11:15:38 +0000 (8 11:15 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 8 Aug 2004 11:15:38 +0000 (8 11:15 +0000)
tree56feed5058b7876edad24a5eba193369bbee9588
parentb2c7b5adfb5f085c298d32b67727f70720b2ac2b
stop wasting cpu time on authdirservers

we were making a new directory only when the old one was dirty, but
every time we made one, we'd dirty it by testing it right then.

svn:r2199
src/or/connection.c
src/or/dirserv.c