expose our hello to plugins
[oweals/gnunet.git] / src / fs / test_gnunet_service_fs_p2p.c
index 09b1698e1d015fa49c782ec5e3a981988571b38a..d15c6e144a4f92cfa7cffc10b96fa5def89d2043 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -31,7 +31,7 @@
 /**
  * File-size we use for testing.
  */
-#define FILESIZE (1024 * 1024 * 20)
+#define FILESIZE (1024 * 1024 * 2)
 
 /**
  * How long until we give up on transmitting the message?
@@ -161,6 +161,7 @@ run (void *cls,
 {
   sched = s;
   GNUNET_FS_TEST_daemons_start (sched,
+                               "fs_test_lib_data.conf",
                                TIMEOUT,
                                NUM_DAEMONS,
                                daemons,