~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/applications/fs/lib/peer.conf

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-31 17:40:18 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080131174018-sfnbb8wv7p4nmut1
Tags: 0.7.3-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    = Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
PIDFILE         = $HOME/gnunetd.pid
16
16
HOSTS           = $HOME/data/hosts/
17
17
APPLICATIONS = "fs stats"
18
 
# TRANSPORTS = -- no transports!
 
18
TRANSPORTS = ""
19
19
 
20
20
[MODULES]
21
21
sqstore = "sqstore_sqlite"
22
22
# you can also use sqstore_mysql here if 
23
23
# that DB is available...
24
24
topology = "topology_default"
 
25
dstore = "dstore_sqlite"
25
26
 
26
27
[NETWORK]
27
28
PORT = 2087
28
 
INTERFACE = eth0
29
29
HELOEXCHANGE = NO
30
30
TRUSTED = 127.0.0.0/8;
31
31
 
32
32
[LOAD]
33
 
INTERFACES      = eth0
34
33
BASICLIMITING = YES
35
34
MAXNETUPBPSTOTAL        = 50000
36
35
MAXNETDOWNBPSTOTAL      = 50000