aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-30 15:54:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-30 15:54:31 +0000
commitfc7bafd3ef0dd1c89a17e758f2b451a053b8b51b (patch)
treef4000bafeab26b1607bfd44aa91b2349feffaea6 /src/fs
parent59943eb54a55aa6ddd0921eb81bc325d55bcae72 (diff)
downloadgnunet-fc7bafd3ef0dd1c89a17e758f2b451a053b8b51b.tar.gz
gnunet-fc7bafd3ef0dd1c89a17e758f2b451a053b8b51b.zip
API extension, make blocking socket API visible
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p.c2
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p.conf3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/fs/perf_gnunet_service_fs_p2p.c b/src/fs/perf_gnunet_service_fs_p2p.c
index 6c84d1545..10492eb0d 100644
--- a/src/fs/perf_gnunet_service_fs_p2p.c
+++ b/src/fs/perf_gnunet_service_fs_p2p.c
@@ -32,7 +32,7 @@
32/** 32/**
33 * File-size we use for testing. 33 * File-size we use for testing.
34 */ 34 */
35#define FILESIZE (1024 * 1024 * 10) 35#define FILESIZE (1024 * 1024 * 100)
36 36
37/** 37/**
38 * How long until we give up on transmitting the message? 38 * How long until we give up on transmitting the message?
diff --git a/src/fs/perf_gnunet_service_fs_p2p.conf b/src/fs/perf_gnunet_service_fs_p2p.conf
index ac7d1b10b..7787a99c6 100644
--- a/src/fs/perf_gnunet_service_fs_p2p.conf
+++ b/src/fs/perf_gnunet_service_fs_p2p.conf
@@ -4,5 +4,4 @@ SERVICEHOME = /tmp/gnunet-fs-test-lib/
4 4
5[fs] 5[fs]
6GAUGER_HEAP = "2-peer 10 MB P2P download" 6GAUGER_HEAP = "2-peer 10 MB P2P download"
7 7PREFIX = valgrind \ No newline at end of file
8