diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-09 04:10:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-09 04:10:58 +0000 |
commit | 958ec8d4fba8a077731baa956e45ea551e637e73 (patch) | |
tree | 3365305b02be7db65779f2ed8ab7c75716f3fbee /HACKING | |
parent | 1e4e0244ddf3b7d144d05aef7362443f84939d3f (diff) | |
download | tor-958ec8d4fba8a077731baa956e45ea551e637e73.tar tor-958ec8d4fba8a077731baa956e45ea551e637e73.tar.gz |
port to actual BSD
(hey nick, does this break the os x build?)
you still need to add some stuff to the ./configure commandline...
anybody know a better solution?
svn:r101
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Read the README file first, so you can get familiar with the basics. 1. The pieces. -1.1. Routers. Onion routers, as far as the 'tor' program is concerned, +1.1. Routers. Onion routers, as far as the 'or' program is concerned, are a bunch of data items that are loaded into the router_array when the program starts. After it's loaded, the router information is never changed. When a new OR connection is started (see below), the relevant |