aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-04 13:13:53 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-04 13:13:53 +0000
commit337aecb98cfba8c2bef1848c7c3e6816779fc96c (patch)
tree45fcb166d58733b735e787c026fbc37b72559ceb /src/mesh/test_mesh_small.conf
parent6f1ee686b5e97dd9ae5acc091870bc3bfcaa6ab1 (diff)
downloadgnunet-337aecb98cfba8c2bef1848c7c3e6816779fc96c.tar.gz
gnunet-337aecb98cfba8c2bef1848c7c3e6816779fc96c.zip
Fixed core quota, added logging of error messages at connection setup
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r--src/mesh/test_mesh_small.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index df4595289..31d3a2ad8 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -37,6 +37,8 @@ INTERNAL_ADDRESS = 127.0.0.1
37EXTERNAL_ADDRESS = 127.0.0.1 37EXTERNAL_ADDRESS = 127.0.0.1
38 38
39[core] 39[core]
40TOTAL_QUOTA_IN = 1024000
41TOTAL_QUOTA_OUT = 1024000
40AUTOSTART = YES 42AUTOSTART = YES
41PORT = 10003 43PORT = 10003
42 44