Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / test_transport_test_transport_address_switch_tcp_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2
3 [ats]
4 UNSPECIFIED_QUOTA_IN = 8 KiB
5 UNSPECIFIED_QUOTA_OUT = 8 KiB
6 # LOOPBACK
7 LOOPBACK_QUOTA_IN = 8 KiB
8 LOOPBACK_QUOTA_OUT = 8 KiB
9 # LAN
10 LAN_QUOTA_IN = 8 KiB
11 LAN_QUOTA_OUT = 8 KiB
12 # WAN
13 WAN_QUOTA_IN = 8 KiB
14 WAN_QUOTA_OUT = 8 KiB
15 # WLAN
16 WLAN_QUOTA_IN = 8 KiB
17 WLAN_QUOTA_OUT = 8 KiB
18 # BLUETOOTH
19 BLUETOOTH_QUOTA_IN = 8 KiB
20 BLUETOOTH_QUOTA_OUT = 8 KiB
21
22 [PATHS]
23 GNUNET_TEST_HOME = /tmp/test-transport/quota-tcp-p1/
24
25 [transport-tcp]
26 PORT = 4094
27
28 [transport-udp]
29 PORT = 4094
30
31 [arm]
32 PORT = 4087
33 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_arm_peer1.sock
34
35 [statistics]
36 PORT = 4088
37 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_statistics_peer1.sock
38
39 [resolver]
40 PORT = 4089
41 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_resolver_peer1.sock
42
43 [peerinfo]
44 PORT = 4090
45 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_peerinfo_peer1.sock
46
47 [transport]
48 PORT = 4091
49 PLUGINS = tcp
50 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_transport_peer1.sock
51
52