http://prdownloads.sourceforge.net/lufs/lufs-0.9.6.tar.gz?download
[lufs.git] / lufsd / lufsd.conf
1 # /etc/lufsd.conf
2 #
3 # lufsd configuration file
4
5 # lines preceded by '#' are comments
6 #
7 # anything not recognized is ignored...
8
9
10
11 ########################
12 # LUFSD global options #
13 ########################
14
15 # Dircache entries life span: <sec>
16 LUFSD::DirCacheTTL = 20
17
18 # Number of dircache entries per cache bucket: <nr>
19 LUFSD::DirCacheEntries = 6
20
21
22
23 #################
24 # FTPFS options #
25 #################
26
27 # Data connection type: [Active] [Passive]
28 FTPFS::DataConnectionMode = Passive
29
30 # Read/Write timeout: <sec>
31 FTPFS::RWTimeout = 10
32
33 ##################
34 # GNETFS options #
35 ##################
36
37 # Max number of known hosts: <nr>
38 GNETFS::KnownPeers = 10
39
40 # The known hosts: <host:port>
41 GNETFS::Host1 = connect1.gnutellanet.com:6346
42 GNETFS::Host2 = connect2.gnutellanet.com:6346
43 GNETFS::Host3 = connect3.gnutellanet.com:6346
44 GNETFS::Host4 = connect4.gnutellanet.com:6346
45