ats_ril: - removed some redundantly saved plugin environment attributes
[oweals/gnunet.git] / src / fs / fs.conf.in
1 [fs]
2 AUTOSTART = YES
3 INDEXDB = $SERVICEHOME/fs/idxinfo.lst
4 RESPECT = $SERVICEHOME/fs/credit/
5 IDENTITY_DIR = $SERVICEHOME/fs/identities/
6 STATE_DIR = $SERVICEHOME/fs/persistence/
7 UPDATE_DIR = $SERVICEHOME/fs/updates/
8 @UNIXONLY@ PORT = 2094
9 HOSTNAME = localhost
10 HOME = $SERVICEHOME
11 BINARY = gnunet-service-fs
12 ACCEPT_FROM = 127.0.0.1;
13 ACCEPT_FROM6 = ::1;
14
15 # Do we introduce artificial delays? (may improve anonymity)
16 DELAY = YES
17
18 # Do we cache content from other nodes? (may improve anonymity)
19 CONTENT_CACHING = YES
20
21 # Do we send unsolicited data to other nodes if we have excess bandwidth?
22 # (may improve anonymity, probably not a good idea if content_caching is NO)
23 CONTENT_PUSHING = YES
24
25 UNIXPATH = /tmp/gnunet-service-fs.sock
26
27 # Do we require users that want to access file-sharing to run this process 
28 # (usually not a good idea)
29 UNIX_MATCH_UID = NO
30
31 # Do we require users that want to access file-sharing to be in the 'gnunet' group?
32 UNIX_MATCH_GID = YES
33
34 # Maximum number of requests this peer tracks (important for
35 # memory consumption; 2k RAM/request is not unusual)
36 MAX_PENDING_REQUESTS = 65536
37
38 # How many requests do we have at most waiting in the queue towards
39 # the datastore? (important for memory consumption)
40 DATASTORE_QUEUE_SIZE = 1024
41
42 # Maximum frequency we're allowed to poll the datastore
43 # for content for migration (can be used to reduce 
44 # GNUnet's disk-IO rate)
45 MIN_MIGRATION_DELAY = 100 ms
46
47 # For how many neighbouring peers should we allocate hash maps?
48 EXPECTED_NEIGHBOUR_COUNT = 128
49
50 # Disable anonymous file-sharing (but keep non-anonymous transfers)?
51 # This option is mostly for testing.
52 DISABLE_ANON_TRANSFER = NO
53
54 # Maximum number of non-anonymous transfers this peer will support
55 # at the same time.  Excessive values mostly have the problem that
56 # the service might use more memory, so we need to bound this at
57 # some reasonable level.  And if we have a very, very large
58 # number, we probably won't have enough bandwidth to suppor them
59 # well anyway, so better have a moderate cap.
60 MAX_MESH_CLIENTS = 128
61
62
63 [gnunet-auto-share]
64 BINARY = gnunet-auto-share
65
66 # Note: MUST specify path to auto-share directory and CAN specify other options
67 # to gnunet-auto-share here!
68 OPTIONS = $SERVICEHOME/fs/share/