diff options
Diffstat (limited to 'src/core/test_core_quota_peer2.conf')
-rw-r--r-- | src/core/test_core_quota_peer2.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/core/test_core_quota_peer2.conf b/src/core/test_core_quota_peer2.conf new file mode 100644 index 0000000..61e03fb --- /dev/null +++ b/src/core/test_core_quota_peer2.conf @@ -0,0 +1,38 @@ +@INLINE@ test_core_defaults.conf +[PATHS] +SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/ +DEFAULTCONFIG = test_core_quota_peer2.conf + +[transport-tcp] +PORT = 22478 + +[arm] +PORT = 22476 +UNIXPATH = /tmp/gnunet-core-sym-p2-service-arm.sock + +[statistics] +PORT = 22477 +UNIXPATH = /tmp/gnunet-core-sym-p2-service-statistics.sock + +[resolver] +PORT = 22474 +UNIXPATH = /tmp/gnunet-core-sym-p2-service-resolver.sock + +[peerinfo] +PORT = 22479 +UNIXPATH = /tmp/gnunet-core-sym-p2-service-peerinfo.sock + +[transport] +PORT = 22475 +UNIXPATH = /tmp/gnunet-core-sym-p2-service-transport.sock + +[core] +PORT = 22480 +UNIXPATH = /tmp/gnunet-core-sym-p2-service-core.sock +DEBUG = NO + +[ats] +PORT = 22482 +UNIXPATH = /tmp/gnunet-core-sym-p2-service-ats.sock +WAN_QUOTA_IN = 10 kiB +WAN_QUOTA_OUT = 10 kiB |