diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-09-01 08:21:52 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-09-01 08:21:52 +0000 |
commit | 48529094fd68b612d38616bbf2e16fd022ba8a72 (patch) | |
tree | 272f76962eab409270024e2dde8aecb9a4413b9f /src/transport/perf_unix_peer1.conf | |
parent | 6e0e7e09552af05a229cad2686d73e2d2ca18925 (diff) |
remove PORT related information from unix
add unix perf cfgs
Diffstat (limited to 'src/transport/perf_unix_peer1.conf')
-rw-r--r-- | src/transport/perf_unix_peer1.conf | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/transport/perf_unix_peer1.conf b/src/transport/perf_unix_peer1.conf new file mode 100644 index 000000000..297ae4cbc --- /dev/null +++ b/src/transport/perf_unix_peer1.conf @@ -0,0 +1,53 @@ +@INLINE@ template_cfg_peer1.conf +[PATHS] +GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/ + +[transport] +PORT = 12001 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock +PLUGINS = unix + +[transport-unix] +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-unix.sock + +[arm] +PORT = 12005 +DEFAULTSERVICES = transport hostlist +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock + +[statistics] +PORT = 12004 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock + +[resolver] +PORT = 12003 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock + +[peerinfo] +PORT = 12002 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock + +[hostlist] +OPTIONS = -b +SERVERS = http://localhost:9080/ + +[ats] +# Network specific inbound/outbound quotas +UNSPECIFIED_QUOTA_IN = unlimited +UNSPECIFIED_QUOTA_OUT = unlimited +# LOOPBACK +LOOPBACK_QUOTA_IN = unlimited +LOOPBACK_QUOTA_OUT = unlimited +# LAN +LAN_QUOTA_IN = unlimited +LAN_QUOTA_OUT = unlimited +# WAN +WAN_QUOTA_IN = unlimited +WAN_QUOTA_OUT = unlimited +# WLAN +WLAN_QUOTA_IN = unlimited +WLAN_QUOTA_OUT = unlimited +# BLUETOOTH +BLUETOOTH_QUOTA_IN = unlimited +BLUETOOTH_QUOTA_OUT = unlimited +# ATS options |