diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-04 23:39:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-04 23:39:57 +0000 |
commit | 2ba3a9de168f87912b296e37a6b03bab45a102fe (patch) | |
tree | 3a48184a5367b16ae414ca801001c14794f2e9fd /src/or/hibernate.c | |
parent | 311695e279ec8f56ce255cf5e6ea175e11fa9ced (diff) | |
download | tor-2ba3a9de168f87912b296e37a6b03bab45a102fe.tar tor-2ba3a9de168f87912b296e37a6b03bab45a102fe.tar.gz |
make the default default options.FirewallPorts be the default
svn:r2683
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index b733210f3..bdd2979af 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -5,7 +5,9 @@ /** * \file hibernate.c * \brief Functions to close listeners, stop allowing new circuits, - * etc in preparation for closing down or going dormant. + * etc in preparation for closing down or going dormant; and to track + * bandwidth and time intervals to know when to hibernate and when to + * stop hibernating. **/ /* |