diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-03-12 23:31:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-03-12 23:31:16 +0000 |
commit | bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75 (patch) | |
tree | 26820b373ebcbe66894a347d59b0136eb9265bbf /src/or/main.c | |
parent | 474c60b7433da2302c35832571f41867714d8f65 (diff) | |
download | tor-bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75.tar.gz tor-bd8ffccae7e1bb4030f9ca5e6dd9c8918256de75.zip |
More cleanups noticed by weasel; also, remove macros that nobody uses.
svn:r6143
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 5cc4331503..775e0798ba 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -96,7 +96,7 @@ static char* nt_strerror(uint32_t errnum); * that would require an upload? */ #define CHECK_DESCRIPTOR_INTERVAL (60) /** How often do we (as a router) check whether our IP address has changed? */ -#define CHECK_IPADDRESS_INTERVAL (15*60) /* 15 minutes */ +#define CHECK_IPADDRESS_INTERVAL (15*60) /** How often do we check buffers for empty space that can be deallocated? */ #define BUF_SHRINK_INTERVAL (60) /** How often do we check for router descriptors that we should download? */ |