flush peer respect value on disconnect
[oweals/gnunet.git] / src / fs / fs.conf.in
index bb4cae99a14624a95eac6ea817e488806dbea666..ca0191e36222ad6790caaf2d3f2a81041dd4e976 100644 (file)
@@ -1,5 +1,6 @@
 [fs]
-AUTOSTART = YES
+AUTOSTART = @AUTOSTART@
+FORCESTART = YES
 INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst
 RESPECT = $GNUNET_DATA_HOME/fs/credit/
 STATE_DIR = $GNUNET_DATA_HOME/fs/persistence/
@@ -20,7 +21,7 @@ CONTENT_CACHING = YES
 # (may improve anonymity, probably not a good idea if content_caching is NO)
 CONTENT_PUSHING = YES
 
-UNIXPATH = /tmp/gnunet-service-fs.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fs.sock
 
 # Do we require users that want to access file-sharing to run this process
 # (usually not a good idea)
@@ -55,11 +56,12 @@ DISABLE_ANON_TRANSFER = NO
 # some reasonable level.  And if we have a very, very large
 # number, we probably won't have enough bandwidth to suppor them
 # well anyway, so better have a moderate cap.
-MAX_MESH_CLIENTS = 128
+MAX_CADET_CLIENTS = 128
 
 
 [gnunet-auto-share]
 BINARY = gnunet-auto-share
+FORCESTART = NO
 
 # Note: MUST specify path to auto-share directory and CAN specify other options
 # to gnunet-auto-share here!