diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-22 04:07:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-22 04:07:34 +0000 |
commit | 86eb8db0f052e6eded8abc4da87a1cb2e82c5f2d (patch) | |
tree | 32afeded7214f4ad246b5121f04a5d3ba857fae4 /Makefile.am | |
parent | 61dc00bcaa0b532fb939ad2c780cf00e39cbc825 (diff) | |
download | tor-86eb8db0f052e6eded8abc4da87a1cb2e82c5f2d.tar.gz tor-86eb8db0f052e6eded8abc4da87a1cb2e82c5f2d.zip |
Updated HACKING and README docs
HACKING now explains bandwidth throttling, congestion control,
and router twins. Read it and see if it makes sense.
svn:r68
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4d6917c9b5..38f7a122d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,5 @@ SUBDIRS = src DIST_SUBDIRS = src -EXTRA_DIST = TODO
\ No newline at end of file +EXTRA_DIST = TODO HACKING FAQ + |