Link senders and recievers to the rate manager.
[etorrent.git] / doc / configuration_options.txt
blob486f10bf951564e913e6fdb9545fa2408ffcfb05
1 This document describes the various configuration options of
2 etorrent.
4 Etorrent:
6 * port: This is the port which etorrent should listen on for incoming
7   connections. By default it is the taxicab number 1729, but it can of
8   course be changed. We don't need a range of ports because we will
9   find out what torrent we are transferring in the handshake.
11 * dir: The directory to place .torrent files in and the directory to
12   which torrent files will be downloaded.
14 * logger_dir: The directory of the etorrent log file
15 * logger_fname: The name of the log file. It is *not* currently
16   rotated and it is appended upon. The format is a simple term-log.
18 Mnesia:
20 * dir: The directory in which to store the database state. The
21   database is used for fast-resume data among other things.
23 You don't need to touch the kernel parameters.
25 The SASL parameters can be uncommented to give you a SASL error
26 log. For development this is good because you can leave the client on
27 for a while and then come back to see if it has produced any kind of
28 errors.