diff options
Diffstat (limited to 'src/transport/template_cfg_peer1.conf')
-rw-r--r-- | src/transport/template_cfg_peer1.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf new file mode 100644 index 0000000..ba05e93 --- /dev/null +++ b/src/transport/template_cfg_peer1.conf @@ -0,0 +1,50 @@ +@INLINE@ test_transport_defaults.conf +[PATHS] +SERVICEHOME = /tmp/test-transport/api-tcp-p1/ +DEFAULTCONFIG = template_cfg_peer1.conf + +[gnunetd] +HOSTKEY = $SERVICEHOME/.hostkey + +[nat] +RETURN_LOCAL_ADDRESSES = YES +DISABLEV6 = NO + +[transport-tcp] +PORT = 12000 +TIMEOUT = 5 s + +[transport-udp] +BROADCAST = NO + +[arm] +PORT = 12005 +DEFAULTSERVICES = transport +UNIXPATH = /tmp/gnunet-p1-service-arm.sock + +[statistics] +PORT = 12004 +UNIXPATH = /tmp/gnunet-p1-service-statistics.sock + +[resolver] +PORT = 12003 +UNIXPATH = /tmp/gnunet-p1-service-resolver.sock + +[peerinfo] +PORT = 12002 +UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock + +[transport] +#PREFIX = valgrind --leak-check=full +PORT = 12001 +#DEBUG = YES +UNIXPATH = /tmp/gnunet-p1-service-transport.sock + +[ats] +#DEBUG = YES +WAN_QUOTA_IN = 1 GB +WAN_QUOTA_OUT = 1 GB +PORT = 12006 +UNIXPATH = /tmp/gnunet-p1-service-ats.sock + + |